Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 404 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 404 Bytes

go-tanks

A game with tanks, try it on https://runozo.github.io/go-tanks/

Controls

Key Function
Arrow keys Move tank
Spacebar Fire
T New random tank
P Redraw random playfield

Current achievements

[x] Load assets
[x] Draw tank
[x] Tank moves
[x] Tank fires
[x] Draw playfield
[ ] Draw playfield obstacles
[ ] Collisions
[ ] ...