Skip to content

Project Redscape is an exciting text-based card game, developed in C++ for TheGame.cpp.

License

Notifications You must be signed in to change notification settings

druxorey/project-redscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Redscape

Overview

Project Redscape is an exciting text-based card game, developed in C++ for TheGame.cpp. Immerse yourself in a world of where you must use your wits and strategy to win.

Compilation / Execution

To compile the program you can use the Makefile, but you need to have make installed and set on your env variables. You can use this method by typing "make all start". This will compile and execute the game.

In case you don't have make, you can compile and run manually with g++, with this two commands:

g++ -o build/redscape -Iinclude main.cpp src/cards.cpp src/cutscenes.cpp src/utils.cpp src/combats.cpp src/engine.cpp 
./build/redscape

Contribute

If you want to add new functionalities or improve existing ones, follow these steps:

  1. Open an issue to discuss the changes.
  2. Fork this repository.
  3. Create a new branch for your contribution: git checkout -b your-branch-name.
  4. Commit your changes, for example: git commit -m 'fix: new changes'.
  5. Push your changes to your forked repository: git push origin your-branch-name.
  6. Open a Pull Request in this repository and reference the original issue.

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for details.

About

Project Redscape is an exciting text-based card game, developed in C++ for TheGame.cpp.

Topics

Resources

License

Stars

Watchers

Forks