Web Development
A downloadable game for Windows, macOS, and Linux
Overview
Written for the 2025 Autumn Lisp Game Jam.
In Web Development you play as a friendly spider who must catch as many flies as possible before the time runs out.
Controls:
- Click to move the spider.
- When next to a fly, press space to try and catch it.
- Press space at the right time to successfully bite the fly.
- Click threads across the fly to wrap it in silk.
- Don't let the flies escape, they will damage your beautiful web!
Music written for the game during the jam by PJ Kimber (SoundCloud).
How to play
Requires Java 11 or higher.
Download the appropriate jar file for your system. You might be lucky and double clicking it will run the game. Otherwise open a terminal and run:
Linux:
java -jar web-development_linux.jar
Windows:
java -jar web-development_windows.jar
MacOS:
java -jar -XstartOnFirstThread web-development_macos.jar
Details
Web Development is written in Clojure using the Clunk game engine with OpenGL.
The spider uses procedural animation and inverse kinematics to move the legs. I'm really happy with how this turned out, when you click we just move the spiders body and the legs find their own way!
If you encounter any problems running the game, please post the error along with your operating system, graphics card (if applicable) and Java version. I'll do my best to add support during the voting week!





Comments
Log in with itch.io to leave a comment.
Do you know if this works with OpenJDK? When I run it on macOS, it launches and music plays, but I cannot get past the title screen and "play" button. The following appeared in my terminal:
Nooo, that’s such a pain, I can take a look tomorrow, sorry 😞
It should work fine with OpenJDk, what version are you on?
Super sorry, I’m not able to reproduce the issue on my crappy 2017 MacBook air. Works fine on my Ubuntu and Windows machines too 😞
The logs your seeing are all fine too, some warnings, but nothing that shouldn’t work.
I guess you could try it on a Linux VM? But probably a bit of a hassle.
Worst case you can just rate it based on the title screen and music 😅