https://github.com/debasish-dutta/seven-seas-console-rpg
It is a console RPG game developed using C++.
https://github.com/debasish-dutta/seven-seas-console-rpg
cpp
Last synced: 2 months ago
JSON representation
It is a console RPG game developed using C++.
- Host: GitHub
- URL: https://github.com/debasish-dutta/seven-seas-console-rpg
- Owner: debasish-dutta
- License: gpl-3.0
- Created: 2022-07-14T07:07:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T20:59:09.000Z (over 2 years ago)
- Last Synced: 2025-01-19T07:45:17.315Z (4 months ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 4.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seven Seas Console RPG

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++.
___## To Build the project
### Requirements
Compiler: ```gcc``` or ```clang```
Version Control: ```Git```
Build system: ```GNU make```
```bash
#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`.
___## Game Screengrabs
___
## TODO for future expansion
0. Implement the use item event
1. Add Boss:
* Make monsters into super and sub classes with addition of different monsters and a Boss class.
2. Implement Shop
3. Add Rooms:
* Add 7 rooms/grids each with increasing size.
4. Add rescue event
5. Add a tear and repair system for weapons.
6. Add random items