Web Developer
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!
| Updated | 7 days ago |
| Status | Prototype |
| Platforms | HTML5 |
| Author | TomatoToaster |
| Genre | Strategy |
| Made with | Godot |
| Tags | Cute, Pixel Art, Real time strategy, Roguelite, satire, Tower Defense |
| Content | No generative AI was used |
Download
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.