Submissions from 2015-02-19 to 2015-02-20 (6 total)

I got some feedback on the game's current state from one of the people that let's played the original "One Room Dungeon."

I have a clearer idea of what I want the game to be now, and development should be much quicker as a result. Tons of fun mechanics coming soon!

(I also did some minor graphics tweaks that you will see later.)

Spaces

A submission for Make games. 26

Currently the pathfinding in my game understands which areas are walkable and which ones are blocked based on collision tiles which are drawn on the map in the tile editor (for which I currently use the excellent Tiled). This is great, but it doesn't well handle dynamically placed objects. I took a stab at writing an efficition class to lookup which tiles are blocked taking into account dynamically moving objects. I plan to eventually evolve it into some sort of quadtree-like structure, and dump the tiles in there as well.


I tried to actually hook the space class up to the pathfinder, but didn't have time to actually make it functional yet. Very close!

So I've been meaning to get deathmatch mode into the game, and I have started working on it.

It's not turning out that bad, but I still have quite a bit of work to do.

STarted playing Monster hunter and became super unpreductive but I think I have it under control now

Today I continued working on notifications. Created functions for adding and removing them with nice animations. All in all, I'm quite pleased. :)
I'll a gif with the new notifications.

By the way, if you would like to show Crystal Kingdom your support, you can like its facebook page. :)

Yesterday's update can be found here.
In a case of any questions or suggestions, don't hesitate to contact me here or on twitter. ;)

For more updates, you should follow my twitter account - @PeterLauris and the account of Crystal Kingdom - @CrystalKingdom_.