Smuje2d Blog
Java game engine for shoot 'em ups, using Java2D.
Status: Abandoned
Brought to you by:
vitalibaumtrok
It's very likely that I will base the engine on JavaFX in future. But in the near time there will be no updates, because I don't have time.
Version 3 of Smuje2d is released.
Changes:
- SWING is replaced by AWT for better performance
- it's possibile now to set background images behind the game screen
- class Sprite is added; it can rotate images or play image sequences
- all parts of the engine from the package vv.smuje2d.parts are included as inner classes in class Engine (they are are very interconnected, so it was easier this way, it gives also more oversight)