So far I’ve been thinking about the game. I think I have an idea now. Here are some sketches made with MyPaint:
#gallery-1 { margin: auto; } #gallery-1 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 33%; } #gallery-1 img { border: 2px solid #cfcfcf; } #gallery-1 .gallery-caption { margin-left: 0; } /* see gallery_shortcode() in wp-includes/media.php */
I started to code and I have a functional tile map. I started coding the movement of the main character using the keyboard as input, but then I decided to change it to mouse and will use a simple A* algorithm for path finding.
I’m tired now, it’s 1 am here, I have a full time job and I’ve been working all day. I’ll take a brake for sleeping and will be fresh tomorrow.
That’s all.








I didn’t have time for it.