ClassiCube/doc
2020-08-20 18:56:05 +10:00
..
compile-fixes.md Split up misc folder into misc and doc folder 2020-05-29 22:43:10 +10:00
hosting-flask.md Cleanup options code, simplify css on example classisphere website 2020-07-23 09:07:39 +10:00
hosting-webclient.md fix link in hosting-webclient.md (good old case sensitivity) 2020-08-20 18:56:05 +10:00
plugin-dev.md Combine GameStructs.h into Game.h 2020-06-13 11:13:41 +10:00
portability.md Split up misc folder into misc and doc folder 2020-05-29 22:43:10 +10:00
readme.md Fix android makefile to compile, add readme for doc/misc folder 2020-07-27 22:09:37 +10:00
style.md Split up misc folder into misc and doc folder 2020-05-29 22:43:10 +10:00

This folder contains general information relating to the game's source code.

File Description
compile-fixes.md Steps on how to fix some common compilation errors
hosting-flask.md Example website that hosts the web client using Flask
hosting-webclient.md Explains how to integrate the web client into your own website
plugin-dev.md Explains how to compile a simple plugin for the game
portability.md Provides information about porting this game to other platforms
style.md Explains the style guidelines that the source code generally follows