Version 0.0.1!!


Hello! 

Grass game is now offically in alpha!

This update added placing and breaking blocks, but that required thread safety and rewriting a big part of my code lol.

First I had to add the placing and breaking of blocks which was actually extremely easy, but then everything broke because I was changing internal data while it was read by another thread which resulted in catastrophic failure, so I locked everything, which finally made it work.

For the rewriting part I changed the block array from [16][16][16] to [4069], which I should've started with :P. Anyways it made most things like 10x faster so that's good I guess.

Now for future plans. Update 0.0.2 will add UI to the game! I will be making a simple pixel art monospace font and building a renderer for that, so that will take some time, I'll maybe add more blocks too, but an inventory will come in next updates.

So see you all in the next devlog!

Get grass game

Leave a comment

Log in with itch.io to leave a comment.