This is my first completed game (not my first attempt, but I may try using something like JME for bigger games later on). Its basically a Pac-Man clone, named after an old friend’s cat who always seemed to be hungry. Here I tried to clone the game the way it would have been cloned in the '80’s, when Pac-Man was still fairly new and clones tended to focus on game play rather than nostalgia and avoid copyright issues with unrelated graphics and mazes (I remember having a great clone called Jawbreaker that followed that approach, besides the real Pac-Man).
http://s20.postimg.org/3jsm74j4t/Macy_Mae_Title.png
http://s20.postimg.org/i1l81dl25/Macy_Mae_Running1.png
This was originally done with LWJGL, but is now pure Java, as packing the library in executables was ethically / legally grey, and pure Java make such files much small, more easiers convenient for the player.
Game plays is fairly straight forward and standard: Arrow keys to turn (or WASD if you prefer), pause or escape to pause, enter to start. One thing to watch out for is shift-escape (terminated the game).
Source code and binaries can both be found here:
https://github.com/BlackJar72/MacyMae]https://github.com/BlackJar72/MacyMae
Direct downloads of Runnable Files:
Java Jar: http://www.mediafire.com/download/jmicr1jyp85efba/MacyMae.jar
Windows Exe: http://www.mediafire.com/download/txkaxvgbgumilvy/MacyMae.exe
Enjoy!