Skip to content

This is a project from C++ Design and Application Lesson in CYCU 2018 fall semester.

Notifications You must be signed in to change notification settings

JENNSHIUAN/TankwarGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TankwarGame

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:

PLAYER1

  • Up Arrow: Go forward
  • Down Arrow: Go backward
  • Left Arrow: Go Left
  • Right Arrow: Go Right
  • SPACE: Shoot Bullet

PLAYER2

  • HOME: Go forward
  • END: Go backward
  • DELETE: Go Left
  • PAGE DOWN: Go Left
  • ENTER: Shoot Bullet

DEMO

The following is the output of tankwar game:

alt text

REMARKS

This is an exercise project from C++ Design and Application Lesson in CYCU 2018 fall semester.

About

This is a project from C++ Design and Application Lesson in CYCU 2018 fall semester.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages