Fixed the Segmentation fault.


I managed to remove the segmentation fault from the game, it was produced by two faulty code bits.

The first and most occurring one, was because when the game is  over, i only wrote CloseWindow(); but i forgot to also  write return 0; after that.. so that's something to be aware of if you use Raylib.

The second error was because of some pointer problem, that one took me a while, and while the segmentation fault is gone, i still have to work on this part for the game logic, because sometimes the bots turn to the (0,0) position and attack because that's where the bots disappear to.

Also added difficulty levels, and made it easier to replay.. when i feel like the original game jam submission is bug free and the game logic is solid, I will then work on some actual updates, such as Sound and more features i have in mind!

Files

Snow_Fix.zip 1 MB
May 05, 2022

Get Snow

Leave a comment

Log in with itch.io to leave a comment.