Submissions from 2015-03-01 to 2015-03-02 (3 total)

Today I mostly did some minor tasks and came up with quite a few that still need to be done. I also started working on an option to create multiple save files, name them and later choose which one to load. This might take a while.

I added a gif that shows the containers where the player can see the progress until each victory. :)

If you would like to support Crystal Kingdom, please consider liking its facebook page and following it on twitter.
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. ;)

Spent my time tonight ripping out everything but what was needed to test some things. Specifically it still had NEXT, DOCOL, main, a word, and an assembly code word. I believe I've tracked the problems I've been having to the way the instruction pointer is handled in the inner interpreter. I'll probably spend tomorrow diagramming out the memory & program flow. It's nice to have the problem narrowed down more. It's much less nice not knowing exactly how to solve said issue.

A submission for Code @Home 35

Today I solved a problem with getting the Haxeflixel framework to read my TMX files. I was running into all sorts of problems. If I copied and pasted the comma delimited number string into my code everything worked fine, but if I read it in from an XML file it died. I was tracking down escape characters and digging through the XML parsing code trying to solve the problem when I stumbled on a much simpler solution. Just encode the data as Base64 instead of Comma Delimited and everything works flawlessly.

So in other words, today I wasted an hour and a half.