8000 GitHub - LaloCode/Turn: Hacktkober 'n' Slash (C++ turn-based RPG game)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LaloCode/Turn

 
 

Repository files navigation

Turn: Hacktober 'n' Slash Build Status

Turn is a turn-based terminal RPG game written in C++. Contributions are encouraged, especially during Hactkoberfest!

Screenshots

Battle screen Menu screen

Getting Started

Prerequisites

Cloning

Clone this project by running git clone https://github.com/tagniam/Turn.git in your terminal.

Building & Running

Windows

  • 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.

Mac/Linux

  • In your terminal, make sure you are in the Turn directory.

  • Run the following commands:

    $ cmake .
    $ make
  • Start the game by running ./Turn.

Playing

See the game manual located in the wiki.

Contributing

License

  • This project is licensed under the MIT License - see the LICENSE file for details.

About

Hacktkober 'n' Slash (C++ turn-based RPG game)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.9%
  • CMake 2.0%
  • C 1.1%
0