
(right click -> view image to see the whole thing)
About it:
It's just engine currently, all the Tims tutorials, plus game states. It's isometric as you can see, but still uses Tims map format. Colision detection is inside (but i don't use it) and will be removed, since i'll make it turn based, and there is no need for that (beyond rudimentary "can/can not stand on that tile" type of "collision" detection.
Player has 4 way animation (NSWE) because i was too lazy to use all 8 directions i could.
There are some quirks with maps (loading wrong ones at wrong times).
Not sure what i'll implement next, kind of happy with my victory over isometric rendering, and haven't been thinking what to do after it. Maybe moving in turn based style.
Also need to implement top class as frame container, so i can have individual frames for game, menu, map and such, and have one frame contain other frames. That will be interesting since it will probably involve rebuilding the whole thing from ground up.

