You can play this game in your browser:
Hosted On GitHub Pages
Tanks is a game where you play as a tank and try to shoot and destroy other tanks before you get destroyed yourself. You always start in the top left corner. You may only shoot one bullet at a time; aim carefully. The other three tanks are controlled by basic contitional logic (AI).
╔═════════════════════════════════════════════════════════════════════════╗
║ ║
║ ___ ║
║ |_O_| ║
║ ║ [ooo] ║
║ ___ ║ ║
║ |_O_| ║ ║
║ [ooo] v ║
║ ║
║ ║
║ ║
║ v ║
║ ║
║ ═════ ═════ ║
║ ^ ║
║ ║
║ ║
║ __ ║
║ < =|__| ║
║ [ooo] ║
║ _^_ ║
║ |___| ║ ║
║ [ooo] ║ ║
║ ║ ║
║ ║
║ ║
║ ║
╚═════════════════════════════════════════════════════════════════════════╝
W
,A
,S
,D
: movement↑
,↓
,←
,→
: shootescape
: exit game
resizing the console window will cause the game to close