Submissions from 2015-02-28 to 2015-03-01 (2 total)

Today I added a new building to Crystal Kingdom - a warehouse. From now on the player will have to improve it to increase the maximum amount of resources he can store. I think it will make the game more interesting.

I also started working on displaying current progress until possible victories. Hoping to show some gifs tomorrow. :)

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. ;)

I spent a fair amount of time moving code out of the main (only) source file into smaller files. I first pulled the macros into a header, then I pulled groups of word definitions into separate files, and finally fixed compilation errors. I ended up needing to declare more labels as global. In addition to that, I also implemented the rest of the comparison operations, fixed some potential problems, and finished finished the implementation for another word. I think I'm down to the last 9 words to implement (and some have partial implementations.)