Catan-tracker
Track player progress in Catan by Klaus Teuber.
|
Referred to as "command line application" or "application".
This command line application was created to provide a simple method of tracking the progress of each player in a game of "Catan" by Klaus Teuber.
Currently, the base game and "Catan: 5-6 Player Extension" are supported.
You will need access to the following to run this application.
Compiled using gcc Version 4.2.1. Tested on x86_64-apple-darwin19.3.0 (macOS Catalina Version 10.15.3).
Desktop
)cd ~/Desktop/Catan-tracker
)make
to compile the application./tracker
to open the applicationRun make update
to update your Catan-tracker
local repository and doxygen
submodule. This requires command-line git
.
The source code is commented with descriptions of each function. Also, check out the HTML interface.
The HTML interface is generated through Doxygen. bison
version 2.7 or later and cmake
are required in addition to other pre-installed packages to use Doxygen.
Run make generate
to generate documentation from the source code.