Leveling has been added to the game, so now as you defeat monsters, you’ll gain experience and level up over time. But watch out, if you die you’ll lose some of that XP and possibly de-level! Check out the other awesome updates below.
01/24/2014 Update
We haven’t updated in a little while as we’ve been quite busy, especially with the recent holidays. But we’ve got some great updates we’d love to share with you! And tons more to look forward to in the near future!
12/20/2013 Update
We’ve got a new Vax attack animation that we think is pretty awesome, and a lot more goodies awaiting!
12/13/2013 Update
If you’re a Mac or Linux user, then you’ll definitely want to check this post out. 😀 If you’re not, there are still a few goodies to be found out in this latest update!
Art to Code: Optimizing Tilemaps
It can be such a pain to get a 2D tile map that an artist has made for a game (such as an RPG) and turn that into an optimized unique-only tile map for a programmer to use in the actual game. But with a bit of Python scripting, anyone can easily write some code to make this entire process much simpler for themselves. Our solution won’t work for everyone, but hopefully it will inspire others to use scripting languages to automate processes of their game development to make their lives easier.