Giter Club home page Giter Club logo

turn's Introduction

Turn

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

History

This program was originally written back in 2013 by tagniam. This project was then forked by Jonathan Confer and Hayden Richter for a project in their Intro to Software Engineering class in Spring 2020 at Wright State University.

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/SenatorConfer/Turn.git
$ cd Turn/
$ ./configure

Run Turn.sln in Visual Studios and Build the project.

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

$ ./build/Turn/debug/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

tagniam avatar alissawe avatar hrrichter96 avatar chronokeeperstudios avatar joealam avatar eraymitrani avatar mego avatar iamvibhorsingh avatar ldaw avatar giorgiopiazza avatar hubikazak avatar ilimugur avatar mario51y1 avatar sarthi92 avatar kevinmmurphy avatar parrajustin avatar asriram3 avatar rmdern avatar t3ssellate avatar chuck-sys avatar ridenchhy avatar igorantun avatar joaobnetto avatar itsthecheat avatar blackpioter avatar sdmg15 avatar tenosiswono avatar seograth avatar mrhagrawal avatar bodand avatar

Watchers

James Cloos 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.