Giter Site home page Giter Site logo

turn's Introduction

Turn Build Status

Turn is a basic turn-based RPG game written in C++.

History

I wrote this game almost 5 years ago, and uploading it to GitHub was my first experience with open source. During Hacktoberfest 2017, I wanted to give back to the community and encouraged everyone, regardless of programming skills, to contribute. Thank you to all the amazing contributors and see you next year!

Screenshots

Battle screen Menu screen

How To Play

See the wiki for instructions.

Getting Started

Prerequisites

  • CMake is used to generate project files across different platforms.
  • Linux users: for audio, SDL_mixer is used. Simply install the SDL2 mixer dev packages on your distro of choice before building (for example on Ubuntu run sudo apt-get install libsdl2-dev libsdl2-mixer-dev)

Building

Windows

  • To build project files with CMake, simply run CMake on the root CMakeLists.txt. CMake-gui is recommended for an easy way to select project options.

Linux & Mac

$ git clone https://github.com/tagniam/Turn.git
$ cd Turn/
$ ./configure
$ cd build/
$ make

Make sure you run the executable from the Turn directory so the in-game sounds can work:

$ ./build/Turn  # play the game!

Contributing

  • Before working on an issue, make sure you comment on it to claim it. This prevents two people working on the same issue at the same time.

License

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

turn's People

Contributors

alissawe avatar asmozan avatar asriram3 avatar blackpioter avatar bqueue avatar chuck-sys avatar eraymitrani avatar giorgiopiazza avatar hubikazak avatar iamvibhorsingh avatar igorantun avatar ilimugur avatar itsthecheat avatar joaobnetto avatar joealam avatar kevinmmurphy avatar ldaw avatar mario51y1 avatar mattyjacques avatar mego avatar parrajustin avatar peterembedded avatar ridenchhy avatar rmdern avatar sarthi92 avatar sdmg15 avatar shanmus4 avatar supun94 avatar tagniam avatar tenosiswono avatar

Watchers

 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.