A very simple tank game written in React.js for fun and teaching Jimmy something about programming.
- S - move tank up
- X - move tank down
- D - point turret higher
- C - point turret lower
- Space - fire
Clone project and install deps
git clone
cd tank
npm install
npm run start
npm run watch
npm run build