From 5a29769715d3193a09dbc915082f178bf7c6c5c1 Mon Sep 17 00:00:00 2001 From: Minjae Song Date: Sun, 9 Dec 2018 15:53:12 +0900 Subject: [PATCH] Created Developer Portal (mediawiki) --- Developer-Portal.mediawiki | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Developer-Portal.mediawiki diff --git a/Developer-Portal.mediawiki b/Developer-Portal.mediawiki new file mode 100644 index 0000000..52826c4 --- /dev/null +++ b/Developer-Portal.mediawiki @@ -0,0 +1,20 @@ +This is a place for the developers, a hub for documentation and code conventions. + +== Concepts == +* [[Glossary]] +* [[Modules]] + +== Ingame == +* [[Actors]] +* [[World]] +* [[Inventory]] + +== Serialisation == +* [[Save and Load]] + +== Internationalisation and Localisation == +* [[Languages]] + +== Child Repositories == +* [https://github.com/minjaesong/Terrarum-sans-bitmap Terrarum Sans Bitmap]: The font used in this game +* [https://github.com/minjaesong/TerranVirtualDisk TerranVirtualDisk]: File archival format used in this game \ No newline at end of file