java_games icon indicating copy to clipboard operation
java_games copied to clipboard

Java 2D Game Engine - Building Zelda to test it (Also includes a MineSweeper Demo)

Results 3 java_games issues
Sort by recently updated
recently updated
newest added

Game should have a Game.player() function perhaps, and LegendOfZelda perhaps override it with a link() that casts it to a Link. not 100% sure what I want to do.

enhancement

Look into embedding TTF font in package so fonts are displayed the same across all platforms.

some sprites are of odd size, as such a custom SimpleSprite.createFromRectangle(sprite, x, y, width, height) would be convenient

enhancement