Interactively discover the Acadia University
Included are the game files to launch on major platforms, like Windows, Linux, and Web.
Web
- Export the project folder zip onto your local machine
- Navigate to
./GeoBlazers/exports/x86_64-windows/
. - Serve the application with a webserver with either:
* Follow the official installation instructions
* Run a small python server to try out the application locally
- Download the python webserver from the official godotengine repo curl -o serve.py https://raw.githubusercontent.com/godotengine/godot/master/platform/web/serve.py
- Run the server python serve.py --root .
Windows
- Export the project folder zip onto your local machine
- Navigate to
./GeoBlazers/exports/x86_64-windows/
. - Run
geoblazers.exe
(i.e. by double clicking it)
Linux
- Export the project folder zip onto your local machine
- Navigate to
./GeoBlazers/exports/x86_64-linux/
. - Run
geoblazers.sh
(i.e. by double clicking it)
Everything except the documentation in ./docs
is MIT licensed.
The documentation is CC-BY-SA-4.0 licensed.