tiny web game where 2 teams ( green and blue ) fight which bow and arrow
run commands in the root folder of the solution ( ArrowFight/ )
- add node dependencies:
npm install
- add solution dependencies:
bower install
- launch with:
grunt serve
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