Turn is a turn-based terminal RPG game written in C++. Contributions are encouraged, especially during Hactkoberfest!
- CMake (https://cmake.org)
- SDL2 (https://www.libsdl.org/) for Mac/Linux users
- Install with
brew install sdl2
for Mac users - Install with
sudo apt install libsdl2-dev libsdl2-mixer-dev
for Linux users
- Install with
Clone this project by running git clone https://github.com/tagniam/Turn.git
in your terminal.
- Run CMake on the
Turn
directory to generate a.sln
solution file for Visual Studio. You can find a tutorial here. - Run Visual Studio and open the generated
.sln
solution file. - Build the project by clicking
Build
->Build Solution
. - Start the game by clicking the green Run button in the toolbar.
-
In your terminal, make sure you are in the
Turn
directory. -
Run the following commands:
$ cmake . $ make
-
Start the game by running
./Turn
.
See the game manual located in the wiki.
- Please read over the Code of Conduct before contributing!
- This project is licensed under the MIT License - see the LICENSE file for details.