Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Download Free Tool
Retool your internal operations
Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.
Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
A bare bones RTS game framework.
It has networking and replay support, and have some building blocks to build AI agents (discretized path finding in a continous world).
Update (2025. Jun):
javax.xml.bind.annotation.XmlAccessType was removed from JDKs later than 1.8.
So use the project with JDKs from 1.6 to 1.8. Write in the forum if you're interested in running it on a more modern JDK.
The demo program's entry point is Dom1Bootstrapper. You can download a runnable demo jar...
Linux Wrath is a rpg/first person shooter Goal: destroy targets. Created at aueb for the computer graphics course and took us 2 weeks to complete (we were 2 people). Project at: http://code.google.com/p/linuxwrath/
A Java project implementing a Trivia board game.
The trivia game is a multi player strategy game, which is written as a part of a course of software development in java in Tel Aviv university.