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
Get Snow
Snow
Throw Snowballs and win for you team!
Status | In development |
Author | CosmicNomad |
Genre | Action |
Tags | My First Game Jam, Non violent, Team-Based, Top down shooter |
Languages | English |
More posts
- Fix2 fixed most bugs!May 03, 2022
- Still bugyyMay 02, 2022
Leave a comment
Log in with itch.io to leave a comment.