So about a year ago I made my first java game, it was really ugly and slow and this summer I decided to do a remake on the game! It is a puzzle game, where you have to move blocks around and solve different levels.
It is nothing fancy, but I quite enjoy playing it and I’m sure more people will too if they enjoy mind-challenges!
The game can be found as a webstart application on: http://www.arenandb.org/webstart/GreenHatMan.jnlp
There is also a level editor included, so make your hardest map and challenge me! The level editor does unfortunately only work with “6* X 8*” sizes of the map at the moment, this too will be solved later. (Example: acceptable map sizes are 6x8 squares, 12x16 squares, 18x24 squares and so on)
The high score does not currently work because I can not write to a file in a jar, I will solve this at a later stage by making the game create a file in the same directory as the jar is downloaded to and reading / writing to that instead. Because of this any progress made in “story mode” will not be saved - however you can skip maps by pressing “+”, or go back to a previous map by pressing “-”.
If anyone would be interested in helping me out with sound or better (cuter) pictures that would be awesome! Thanks for your time, I hope you will enjoy the game and find it challenging!
//Edit:
If you dont want to run the tutorial, here’s some tips.
You can restart a map by pressing “R”. You can pause and exit to menu by pressing Escape or “P” and you can undo your latest move by pressing “ctrl+z”!