This is a simple console game made with C++ with the sole purpose of practicing with classes and OOP. This game now has the basic functionalities but is multi-player and will continue down the line with more features. This app doesn't contains any libraries and everything was done in C++.
Compiler: gcc
or clang
Version Control: Git
Build system: GNU make
#Clone the project
git clone https://github.com/debasish-dutta/seven-seas-console-RPG.git
#Build
cd seven-seas-console-RPG
make
# Run the game
./bin/ss_runner
For the compiler, just change the compiler in the makefile
.
- Implement the use item event
- Add Boss:
- Make monsters into super and sub classes with addition of different monsters and a Boss class.
- Implement Shop
- Add Rooms:
- Add 7 rooms/grids each with increasing size.
- Add rescue event
- Add a tear and repair system for weapons.
- Add random items