Skip to content

Sntx626/GeoBlazers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoBlazers

Interactively discover the Acadia University


screenshot of the application

Installation

Included are the game files to launch on major platforms, like Windows, Linux, and Web.

Web
  1. Export the project folder zip onto your local machine
  2. Navigate to ./GeoBlazers/exports/x86_64-windows/.
  3. Serve the application with a webserver with either: * Follow the official installation instructions * Run a small python server to try out the application locally
    1. Download the python webserver from the official godotengine repo curl -o serve.py https://raw.githubusercontent.com/godotengine/godot/master/platform/web/serve.py
    2. Run the server python serve.py --root .
Windows
  1. Export the project folder zip onto your local machine
  2. Navigate to ./GeoBlazers/exports/x86_64-windows/.
  3. Run geoblazers.exe (i.e. by double clicking it)
Linux
  1. Export the project folder zip onto your local machine
  2. Navigate to ./GeoBlazers/exports/x86_64-linux/.
  3. Run geoblazers.sh (i.e. by double clicking it)

Licensing

Everything except the documentation in ./docs is MIT licensed. The documentation is CC-BY-SA-4.0 licensed.