Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 660 Bytes

File metadata and controls

23 lines (14 loc) · 660 Bytes

Code Character

Simulator for Code Character, a Pragyan '17 event.


Build Instructions

Linux

  1. Clone this repo.
  2. Install ProtoBuf for C++.
  3. Install CMake.
  4. cd to the project root.
  5. Run mkdir build && cd build.
  6. Run cmake .. -DBUILD_ALL=ON -DCMAKE_INSTALL_PREFIX=<your install location here>.

Run doxygen in the project root to generate the documentation

Player Documentation

For details on what this game is about, visit the player docs