zzeitt / forRetroTANK

A retro TANK game based on Windows console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Retro TANK Game

This is my first self-developed game as well as the first cool thing I did with programming. I refactored the codes today since the older version written in 2017 was not that friendly to read. All in all, the codes are available on GitHub now, enjoy it!🏎👾🎮😜

cover

Playing TANK game.

Structure

  • main ⬅(entrance)
    • game_frame
      • game_loop
        • map
        • game_player
          • Tank
          • Biu

About

A retro TANK game based on Windows console.


Languages

Language:C++ 98.1%Language:C 1.9%