Skip to content

debasish-dutta/seven-seas-console-RPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seven Seas Console RPG

BuildCheck GitHubLicense

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

#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

Initialization

Game start

Player char sheet


TODO for future expansion

  1. Implement the use item event
  2. Add Boss:
    • Make monsters into super and sub classes with addition of different monsters and a Boss class.
  3. Implement Shop
  4. Add Rooms:
    • Add 7 rooms/grids each with increasing size.
  5. Add rescue event
  6. Add a tear and repair system for weapons.
  7. Add random items

About

It is a console RPG game developed using C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published