Skip to content

Latest commit

 

History

History

Tanks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tanks

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
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]                  ║                                    ║
║                                    ║                                    ║
║                                                                         ║
║                                                                         ║
║                                                                         ║
╚═════════════════════════════════════════════════════════════════════════╝

Input

  • W, A, S, D: movement
  • , , , : shoot
  • escape: exit game

resizing the console window will cause the game to close

Downloads

win-x64

linux-x64

osx-x64