Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 547 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 547 Bytes

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