Skip to content
waldonhendricks edited this page Nov 17, 2014 · 1 revision

educativeGame is a Java game development framework that provides a unified API that works across all supported platforms (Windows, Linux, Mac OS X, Android, BlackBerry, iOS, HTML/WebGL without applets)

The framework provides an environment for rapid prototyping and fast iterations. Instead of deploying to Android/iOS/Javascript after each code change, you can run and debug your game on the desktop, natively. Desktop JVM features like code hotswapping reduce your iteration times considerably.

Clone this wiki locally