zeruniverse / EvilCastle_Console-Game

It's an assignment for the object orientated programming. This game is run in console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EvilCastle_Console-Game

It's an assignment for the object orientated programming course. This game is run in console

Originally implemented in Windows with Visual Studio. This is a linux (MacOS) version. The kbhit() function is slightly different from Windows' so users might not be able to skip the combat.

Use the following command to compile and run:

git clone https://github.com/zeruniverse/EvilCastle_Console-Game.git

# compile the game
cd EvilCastle_Console-Game
g++ -o game *.cpp

# play
./game

For Windows version (compiled in Visual Studio), checkout the windows branch.

About

It's an assignment for the object orientated programming. This game is run in console

License:GNU General Public License v2.0


Languages

Language:C++ 99.8%Language:C 0.2%