Skip to content

2D Bow and Arrow Shooting Game, created using Unity Game Engine, coded in C#, done as a part of 'Computer graphics and game design (CS- 451)' at IIT Mandi

Notifications You must be signed in to change notification settings

namrata013/Bow-And-Arrow-2D-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bow-And-Arrow-2D-Game

Bow and arrow games are known since a long time, they require concentration and trajectory predicting logic from players and creating arrow projectile of varying speeds is something challenging to the designer.

Controls

  • rotate bow up- up key
  • rotate bow down- down key
  • increase force- hold mouse key
  • shoot- leave mouse key
  • quit- space bar

Game play

  • When a player starts, a bounty score of 5 is given.
Screenshot 2023-09-23 at 7 29 17 PM
  • The position of the target is randomly changed with each shot. For a successful hit, the player has to caliberate the angle and strength of the arrow shot.
Screenshot 2023-09-23 at 7 26 56 PM
  • As the player continues to play, for every miss, a point is deducted and for every hit, a point is added. If the score becomes 0, they lose and have to start over. They can continue to play till they hit the spacebar or the score becomes 0.
Screenshot 2023-09-23 at 7 30 15 PM

About

2D Bow and Arrow Shooting Game, created using Unity Game Engine, coded in C#, done as a part of 'Computer graphics and game design (CS- 451)' at IIT Mandi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages