Download

You can download the source code of this project from here. It is also available on GitHub. Also have a look at the slides of the presentation we gave at the end of the practical.

Statistics

Our git repository has about 490 commits.

Regarding the lines of code, excluding those generated by scripts, we have the master folder:

$ find master/ -type f -not -name "sprites.*" | xargs sloccount
ansic:         3287 (98.44%)
python:          52 (1.56%)

and the slave folder:

$ find slave/ -type f -not -name "music.*" -not -name "fx.*" | xargs sloccount
ansic:          256 (70.14%)
python:         109 (29.86%)