Web

You can start the web version from our official website, by clicking play online.

Advanced usage

You can also use the web-version locally (offline) by building the web version yourself. You can either follow our compilation guide or use our prebuilt version:

git clone https://codeberg.org/terratactician-expandoria/game -b pages
# we use minisevere to serve the build output locally
# it should be reachable on localhost:3000
miniserve . -p 3000 --index=index.html