Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 809 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 809 Bytes

ArrowFight

Alt preview of ArrowFight

description

tiny web game where 2 teams ( green and blue ) fight which bow and arrow

how to run

add app dependencies

run commands in the root folder of the solution ( ArrowFight/ )

  • add node dependencies:

npm install

  • add solution dependencies:

bower install

  • launch with:

grunt serve

how to play

press 'enter' to start the game

  • green team:
    • press 'up', 'left', 'down', 'right' to aim or walk
    • press 'c' to jump
    • press 'x' to draw the bow, realese it to throw an arrow
  • red team:
    • press 'z', 'q', 's', 'd' to aim or walk
    • press 'r' to jump
    • press 'f' to draw the bow, realese it to throw an arrow