java_games
java_games copied to clipboard
Java 2D Game Engine - Building Zelda to test it (Also includes a MineSweeper Demo)
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.
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