This is a simple game built in C++ and rlutil. Rlutil is simple utility collection to aid the creation of cross-platform console-mode roguelike games with C++. All you need to play are using computer keyboard following the instruction below:
- Up Arrow: Go forward
- Down Arrow: Go backward
- Left Arrow: Go Left
- Right Arrow: Go Right
- SPACE: Shoot Bullet
- HOME: Go forward
- END: Go backward
- DELETE: Go Left
- PAGE DOWN: Go Left
- ENTER: Shoot Bullet
The following is the output of tankwar game:
This is an exercise project from C++ Design and Application Lesson in CYCU 2018 fall semester.