MicrowaveJava
I love manky old tech stacks so the idea of making games the way the pioneers did it 20 years ago really appealed to me. Especially appealing is the fact that Java applets were never actually a popular tool for making games even in their heyday.
There is one great sadness to Java applets: they don't work on modern browsers. For reasons that escape me, neither Chromium nor Gecko come with a Java runtime or any way to load a Java plugin. The only way to use Java applets in the modern day is to either use an old browser or use Pale Moon or similar alternative browser that still supports NPAPI. But this brings it's own problems: even Java doesn't want to run Java. Even if you use the latest Java plugin (from Java 11)(though I don't recommend using a Java plugin past 8), it will complain about being out of date, and that the code you're running is unsigned, and you have to set a bunch of exceptions in the Java Control Panel just to get it to launch.
In the pursuit of keeping weird old Java tech alive I give you: MicrowaveJava: Reheated for Your Enjoyment. This is an experiment in getting Java applets to work well on modern browsers in itch.io using CheerpJ. What you see here is just a tech demo, a proof of concept that Java can once again run free in the browser.
Development log
- Putting some engine under the game8 days ago
- Over 100% more game11 days ago
- Microwave on high for 20 years, then stir21 days ago
Leave a comment
Log in with itch.io to leave a comment.