Skip to content

Files

Latest commit

18a8627 · Dec 2, 2023

History

History

Tanks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 2, 2023
May 31, 2023
Dec 2, 2023

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