=============================== µCity source code documentation =============================== µCity is an open source game licensed under the GPLv3+ license. Because of that, the full source code is available for anyone to see, modify, copy, etc, under the terms of that license. General information about the game ================================== - `General details of the game `_ - `Details about the game engine `_ - `Description of each room in the game `_ - `Main game loop `_ - `Routines to edit the map `_ - `Saved data organization `_ Simulation ========== - `Power grid simulation `_ - `Traffic `_ - `Growth and destruction of buildings `_ - `Disasters `_ - `Other simulation modules `_ Other modules ============= - `Animations `_ - `All Points Addressable routines `_ - `BCD internal format `_ - `Compression and decompression `_ - `Random map generation `_ - `Text management `_