Game sources and documentation for Urbanotopus.
Note: this project requires Unity 2018.2.14f1 for Windows | MacOS | Others.
You will find the latest download link here (for Windows, Linux, Mac, Android and iOS). And a browser demo (WebGL) here.
- Our specs sheets;
- Our task dashboard.
- Install Python 3.7;
- Create and activate a python virtual environment;
- Install the requirements through
pip install -r requirements.txt
; - (Optional) Edit the files under the docs folder;
- Build or rebuild the docs by running
make html
in the root project directory; - Open your web-browser to
build/html/index.html
.
Install doxygen through this link or using your preferred Unix package manager.
- Build or rebuild by running
doxygen
in the root project directory. - Open your web-browser to
html/index.html
.