ClassiCube/doc
2022-09-12 23:26:55 +10:00
..
compile-fixes.md more minor documentation/example fixes, and remove some unnecessary code 2022-09-12 23:26:55 +10:00
hosting-flask.md Fix files not being loaded after saving, and fix documentation for changes 2022-09-12 20:23:31 +10:00
hosting-webclient.md Fix files not being loaded after saving, and fix documentation for changes 2022-09-12 20:23:31 +10:00
menu-architecture.md Add basic documentation on how the 2D gui works 2020-12-26 11:50:50 +11:00
modules.md Add modules.md listing the modules in ClassiCube 2021-06-14 15:15:34 +10:00
options.md Change '-----' to '-' for empty slots in list menus for more classic authenticity 2021-12-04 09:48:50 +11:00
plugin-dev.md Improve plugin compiling instructions and also document for macOS 2022-08-12 23:01:21 +10:00
portability.md Get the game to compile for Alpha architecture 2022-08-28 18:47:58 -04:00
readme.md Add documentation for strings 2021-09-16 19:35:33 +10:00
sound-credits.md tidy up sound-credits.md 2021-08-14 18:55:54 +10:00
strings.md ios: actually show the rendered game onscreen 2021-09-17 19:39:47 +10:00
style.md Add documentation for strings 2021-09-16 19:35:33 +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
modules.md Provides a summary about the modules that constitute the game's code
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
strings.md Provides details about the custom string type used by this game