Game has been recently updated to 1.0.1!

Added many things, a devlog will be coming soon with the full list of features.

The original jam submission is also available for download as a zip, if you'd like to see what it was like. It is a web export with an index.html and there is a README.txt explaining how to run it. But the live version is much better!

Download

Download
web_developer_jam_submission.zip 25 MB

Install instructions

If you are downloading the Jam Submission...

Unfortunately you can't just double click on index.html. So, to get it working...

1. Try any of these options to serve the html file on a server.

-----------------------------------------------------

OPTION 1: Python (pre-installed on mac/linux usually)

In the terminal, navigate to where this folder is and run:

python3 -m http.server 8080

-----------------------------------------------------

OPTION 2: Node.js

In the terminal, navigate to where this folder is and run:

npx serve .

-----------------------------------------------------

OPTION 3: VS Code Extension

Install the Live Server extension.

Then open this folder in VS Code and Right Click index.html and choose "Open with Live Server"

2. Then, once the server is running, open your browser and go to http://localhost:8080 to play the game

Leave a comment

Log in with itch.io to leave a comment.