A 2D, turn-based RPG developed using C++ and SDL2.
Players can choose between three different characters to fight against each other. The game ends when a player has reached 0 health. Players can choose between:
Fire Knight 🔥 | Water Priestess 🌊 | Ground Monk 🪨 |
---|---|---|
![]() |
![]() |
![]() |
The system requirements for running on a macOS are:
- Clone the repo
git clone https://github.com/ramirezfernando/turn-based-rpg.git
- Download Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
- Download SDL2 libraries
brew install sdl2 brew install sdl2_image
- Compile the program into an executable
make game
- Run the executable
./play
Special thanks to: