Single Player - Finally, New Build - New Maps and Under Hood Changes


It's been a fair while since my last upload! I've been a bit distracted and busy, and having concentration issues :(

But this Coronavirus lockdown has given me a bit more time to work on my game!

The game now has 5 smaller stages that you can progress through. You can enter an exit, which sends you to the next level. So this will give you a real single player experience to play through :)

The background renderer has been swapped out for a new one, https://github.com/baylej/tmx. Before it was just loading a CSV file, and reading the tile type for each tile in a grid. Now it loads tiles, objects and shapes. This will give me some more abilities to render custom objects, and make it a bit easier to change tilesets. It also fixed an issue with loading new maps - it was rendering garbage tiles. Now it renders the maps fine.

I've made a new game builder script. So now I can quickly and easily generate a WwR build. Before I was running a build for release, and then manually copying over the required files. Now it copies everything automatically, and zips it up. So as soon as I'm ready for a new build to publish, I can just run one command, wait a bit, and it's done. So maybe expect more builds in the future :)

I've put a bit of effort into fixing collisions with the background. I'm getting it to only check the surrounding tiles of an object (as opposed to all on screen like before). And it now checks tiles more accurately. So far I haven't seen any occurrences of AI going places that they shouldn't (eg. inside solid tiles). But it could still happen :/

I've made a public Trello - https://trello.com/b/Qa0mmSMV/wizards-with-rockets. You can see the future features to be added. As listed in a previous update post. But you can now see me adding new features live!

Next plan is to start integrating the Nuklear GUI for Allegro. It will let me easily make fancy menus. I particularly would like it for things like setting screen resolution, entering server IP address and other settings. Stay tuned!

Enjoy!

Leo.

Files

wwr-release-2020-04-27.zip 27 MB
Apr 26, 2020

Get Wizards With Rockets

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.