Giter Site home page Giter Site logo

theseus's Introduction

Theseus

state

Adventure game written in the context of my software engineering lecture.

Quick start guide (Linux)

How to set everything up

  1. Install all required packages
sudo apt-get install build-essential cmake libsfml-dev
  1. Run CMake

This will generate a makefile that works on your system.

mkdir build
cd build
cmake ..

How to build

To build the project just run make in the build folder.

cd buid 			# if you are not already there...
make

Note that you don't need to re-run cmake every time.

Quick start guide (Windows)

How to set everything up

  1. Download and install the following software
  • CMake
  • Visual Studio or a C++ Compiler like g++/MinGW
  • SFML - Just download the package for the compiler of your choice and extract the *.zip-File somewhere.
  1. Run CMake

Open the Cmake GUI (cmake-gui).

  • "Where is the source code" : Enter the path to this repository.
  • "Where to build the binarires" : Enter the path where you want your Visual Studio-Project to be generated.

Click on "Add entry" and specify the following values:

  • "Name" : "CMAKE_PREFIX_PATH"
  • "Type" : "PATH"
  • "Value" : Enter the path to the folder where you extracted SFML to.

You don't need to provide a description. Press "OK" to continue. Back in the main window click on "Configure". When the configuration process is done, click on "Generate". After that you will find a Visual Studio-Project that can be used to modify and compile the project at the folder you specified.

If you want Visual Studio to automatically start the game, you have to set the project "theseus" as start project.

theseus's People

Contributors

pfeifenjoy avatar jppuetz avatar tobias93 avatar dominicstein avatar leonmutschke avatar

Stargazers

Igor Kroitor avatar  avatar  avatar  avatar  avatar

Watchers

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