Giter Club home page Giter Club logo

trogdor-pp's Introduction

Trogdor++ is the C++ version of the Trogdor Text Adventure Engine, which was written in C.  The original project is no longer maintained.  For historical purposes, it can be found here:

https://github.com/crankycyclops/trogdor

For this project, you'll require the following tools:
	- GNU C++ compiler (if you want to use a different compiler, you're on your own)
	- GNU Make (if you want to use a different build tool, you're also on your own)
	- The boost libraries (libboost-all-dev package on Ubuntu)
	- LibXML2 (libxml2-dev package on Ubuntu)
	- Lua 5.1 (lua5.1-dev package on Ubuntu)

To install all dependencies in one fell swoop (on Ubuntu 12.04 and up):
$ apt-get install make g++ libxml2-dev lua5.1-dev libboost-all-dev

Trogdor-pp supports both pthread and boost::thread. To compile with support for pthread, type:

THREAD=pthread make

To compile with support for boost::thread, simply type:

make

Instead of compiling a standalone single-player game, you can also compile a server/client that allows multi-player network play by typing the commands below. Please be aware that the server and client both use boost::asio, which requires support for pthreads.

make server (for the backend server that links to the actual trogdor engine)
make client (for the frontend client that talks to the server)

trogdor-pp's People

Contributors

crankycyclops avatar

Stargazers

 avatar

Watchers

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