Simple Game Framework

An object-oriented JavaScript framework to
develop simple, shape and sprite based games.

If you love JavaScript and are interested in creating a 2D game deployable to multiple targets, then you've found the answer! The Simple Game Framework, or SGF for short, is an abstract JavaScript-based API that is intended to be implemented on top of multiple different JavaScript engines on multiple different platforms. Write Once, Run Anywhere...

Here's the HTML Engine running the demo game: :

The HTML Engine is the most easily accessible for the homepage, but that same example can be run through Java, and all other SGF engines, without any change to the game's code.

So if that kind of thing tickles your fancy, than what are you waiting for?
Start writing that SGF game of your dreams!

Where to go from here: