Java Game Framework
Java Game Framework

Download

Introduction

Framework for making games in Java.

Features

  • Can run games as an applet or an application without code modification.
  • Create a new game by extending one class and implementing a few methods.
  • Keyboard abstraction to avoid low-level event handling.
  • Full-featured sprite class supporting animations.
  • Cool and functional audio system.

Recent Activity

RevAuthorDateComment
 18  Alan Hazelden  07/07/08 20:21  Various small changes 
 17  Alan Hazelden  02/03/08 23:55  Change some of MainWindow's methods to be static; make Game be focused initially; make Sprite's caching better 
 16  Alan Hazelden  29/02/08 17:25  Preliminary work on persistent data - applets make this hard 
 15  Alan Hazelden  21/02/08 00:55  Minor uninteresting change 
 14  Alan Hazelden  09/02/08 01:19  Bug where sprite didn't get the right image from an animation 
 13  Alan Hazelden  25/01/08 16:20  Check for more exceptions; cache sprite positions