Skip to content

Rekhamaruti/Archery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Archery Game

Creating an archery game using OpenGL involves setting up the graphics, handling user input, and implementing the game logic.

Outline of the Game

  1. Setup OpenGL:
    • Initialize OpenGL and create a window.
    • Set up the viewport and projection.

  2. Define Game Objects:
    • Create the bow and arrow.
    • Create the target.
  3. Game Logic:
    • Handle user input to aim and shoot the arrow.
    • Detect collisions between the arrow and the target.
    • Score the game based on the accuracy of the shot.
  4. Rendering Loop:
    • Continuously render the game scene.
    • Update the position of the arrow.
    • Check for collisions.

About

Computer graphics and visualization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages