Our helpful friends inside the SJG framework ready to their best for you and your game.

A Framework for Small Java Games

Introduction

A Framework for Small Java Games is a lightweight framework for Java applet games. It includes an xml-parser, a very simple multithreaded scripting language and support for image cropping, sprites, double-buffering and networking. All compiles down to less than 50 KB. For an example application see Taleban vs. Robot. The xml-parser is also available as a separate distribution.

The framework is based upon Java 1.1 because it has the widest support and it opens the possibility of supporting less capable platforms such as mobile phones or PDAs.

The project is released under the BSD open source license and hosted at sourceforge.net.

Overview

The framework consists of the following classes:

For more details; either browse the javadocs or look at the Taleban vs. Robot tutorial and source code.

Games

Games that use a framework for small java games:

Documentation

Download