Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 4.41 KB

README.md

File metadata and controls

71 lines (60 loc) · 4.41 KB

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