Play game
Entirely Normal Snake Game's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
THEME: How well the theme is used? | #2 | 4.438 | 4.438 |
INNOVATION: Does the game innovate in some way? | #5 | 3.375 | 3.375 |
ENJOYMENT: Is the game enjoyable to play? | #9 | 3.188 | 3.188 |
Ranked from 16 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
GitHub repository
https://github.com/TheManTheMythTheGameDev/rl9YearsGameJam
Team members
Just me :)
Leave a comment
Log in with itch.io to leave a comment.
Comments
This was quite fun and definitely unexpected, I love how the food becomes the foe!
In my experience the swinging was a bit glitchy, clipping me out of bounds several times, but the regular platforming was solid and I liked the effects when you obtain a checkpoint. Nice work!
Thanks! Yep, I don't think I tested the web version sufficiently... I'm now realizing that the swinging clips the player out of bounds, which never happened on desktop. Glad you enjoyed!
Unfortunately, I didn't have much success with the game on web, and it seems to have some issues on desktop too. I cloned the game's repo and tried to run it, but at the end of the snake segment it seemed to promptly crash because of referencing a null pointer
```
Thread 1 "a.out" received signal SIGSEGV, Segmentation fault.
PhysicsObject::Step (this=0x5555556852a0 <snake>) at physics_object.cpp:36
36 unsigned int curSquare = GetGridAt(squares[i]);
(gdb) p squares
$1 = (Vector2 *) 0x0
```
Here's a backtrace, if it would be helpful.
```
#0 PhysicsObject::Step (this=0x5555556852a0 <snake>) at physics_object.cpp:36
#1 0x0000555555581fc3 in Snake::Update (this=0x5555556852a0 <snake>, dt=0.0166671444) at snake.cpp:65
#2 0x000055555557c62a in UpdateDrawFrame () at raylib_game.cpp:302
#3 0x000055555557c072 in main () at raylib_game.cpp:205
```
Squares comes from GetGridEdgePositions, which returns NULL. The crash is consistent and I can reproduce it every time. For this reason, I am unable to rate it.
That's odd, I'll definitely try to see what's going on here. Sorry about that, I'll update the game after the rating period is over.
Thanks for letting me know!
Hah, I love it! The idea is great!
Thanks!