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...