Simple Game Engine

I have, through trial and error, created a set of classes which I believe could be used as the basis for any Java game.
It is extremely basic, completely open source and full of annotations of how it works.
It is nothing to do with any particular game, it simply allows the programmer to create any number of classes with their own render methods and switch between them with ease.
It also centralises Listeners into a single class, and has a few handy methods for pop up windows.
It is designed to let the programmer concentrate on making his actual game and menu classes, without worrying about how to switch between them and render them.
I am a total noob
, and this has been a huge learning experience for me, so it if it turns out it is a total load of rubbish, please tell me and I can improve it
Hope this is useful to you guys: http://dl.dropbox.com/u/31739883/Game%20Engine.rar
Sebastian Troy
It is extremely basic, completely open source and full of annotations of how it works.
It is nothing to do with any particular game, it simply allows the programmer to create any number of classes with their own render methods and switch between them with ease.
It also centralises Listeners into a single class, and has a few handy methods for pop up windows.
It is designed to let the programmer concentrate on making his actual game and menu classes, without worrying about how to switch between them and render them.
I am a total noob


Hope this is useful to you guys: http://dl.dropbox.com/u/31739883/Game%20Engine.rar
Sebastian Troy