Skip to content

shadowpho/alphacomplex

 
 

Repository files navigation

Alpha Complex

Compilation

C++11 compiler required. Needs X11 or SDL. Compile in a separate directory.

$ mkdir build
$ cd build
$ cmake ..
$ make

Execution

Currently, cities are read from stdin or from a file.

$ ./alphacomplex < ../cities/city02.txt
$ ./alphacomplex ../cities/city02.txt

Inspiration

Alpha complex is inspired by the roleplaying game "Paranoia" by Mongoose Publishing.

http://www.mongoosepublishing.com/rpgs/paranoia.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.4%
  • C++ 14.6%