Tank War game with C++
- JianShu
- C++
Final Version
develop a main tank
https://github.com/breakerthb/TankWar/tree/day1
- Change background color
- Add two class : Point and Rect
- Add Enemy class
https://github.com/breakerthb/TankWar/tree/day2
- Add enemy tanks
https://github.com/breakerthb/TankWar/tree/day3
- Add object class
- main tank can shoot
https://github.com/breakerthb/TankWar/tree/day4
- Add bomb method for bullets
https://github.com/breakerthb/TankWar/tree/day5
- Main tank's bullets can break the other tanks
https://github.com/breakerthb/TankWar/tree/day6
- Make enemy tank shoot
- Display scores
https://github.com/breakerthb/TankWar/tree/day7
- Show game level information
https://github.com/breakerthb/TankWar/tree/day8
- Make enemy bullets enable
https://github.com/breakerthb/TankWar/tree/day9
- Add supper features