I’ve been trying to make a tile engine for AAAGES, and I’ve got further than ever before! Well, I’ve been able to get the window up without any errors. But still no tiles. At one point there was one red one in the top left corner, but after a bit of tweaking that unfortunately disappeared. I’ve been using this as my example: https://github.com/captainkraft/Orc-Canyon
But, I’ve had an idea in my head for a while now for a small and simple-ish top-down puzzle game using the Slick2D library. In the game, you’re trying to break out of a jail cell, but walls block your exit. These walls are attached to pressure plates, and you have to stand on them to make the walls move. I’ve included a basic idea below (Paint ftw):
At the minute I’ve got 2 sorts of tiles, one black and one green. The window just shows empty blackness. I’m not sure if this is the correct way of going about this, so any suggestions are very welcome!
Code: http://pastebin.java-gaming.org/3038e0e8a2e
Thanks!