Giter Site home page Giter Site logo

turn's Introduction

Turn: Hacktober 'n' Slash Build Status CMake

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

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

  • In your Command Prompt or Powershell, make sure you are in the Turn directory.

  • For the right generator see Visual Studio Generators.

  • To build with Visual Studio 16 2019 run the following commands:

    $ cmake -S . -B build -G "Visual Studio 16 2019"
    $ cmake --build build
  • Start the game by running build\Turn.exe.

Alternative: Generate solution with CMake and build with Visual Studio

  • Run CMake on the Turn directory to generate a .sln solution file for Visual Studio. You can find a tutorial here.

    $ cmake -S . -B build -G "Visual Studio 16 2019"
  • 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 -S . -B build
    $ cmake --build build
  • Start the game by running ./build/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.

turn's People

Contributors

tagniam avatar alissawe avatar guus1311 avatar joealam avatar eraymitrani avatar shaedil avatar mego avatar jerbast avatar ldaw avatar iamvibhorsingh avatar bodand avatar lalocode avatar giorgiopiazza avatar hubikazak avatar ilimugur avatar mario51y1 avatar sarthi92 avatar kevinmmurphy avatar parrajustin avatar asriram3 avatar igorsegallafa avatar neroburner avatar t3ssellate avatar boozec avatar rmdern avatar chuck-sys avatar tenosiswono avatar sdmg15 avatar blackpioter avatar itsthecheat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.