Sandvich / hackers_rpg

The code used for the HACKERS RPG.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackers: The RPG

Hackers is a game, predictably, about hacking. Although it will eventually be possible to play both with or without a computer, the initial version will be focused on the computer until the rules are finalised.

Installation

You can compile the existing code by running the following commands from within the source directory:

mkdir build
cd build
cmake ..
make
./hackers_rpg

About

The code used for the HACKERS RPG.

License:Apache License 2.0


Languages

Language:C++ 92.0%Language:CMake 8.0%