Game
Literally Just Snake
6 years ago

Some notes on why Snake is probably more complicated to make than you'd think


So yeah, Snake is one of those games that can be a little trickier to make than you'd think? The entire snake is basically a linked list of little pink squares and like, adding to the list has this process where a new segment first stays as a purple square and then it starts at the last known position of the previous tail.

The biggest thing is just getting the snake to move properly? I tried this thing with using the previous direction of the next segment and that just made it all into a weird tetris block so instead I used the previous position and viola, a snek.

The music is something I'd made a while back and just had lying around, it felt weird playing the game in silence. Made in Bosca Ceoil, not much else to say about it.

The graphics are what they are. I went minimalist because I'm lazy and like, I hadn't really planned on making a whole game's assets so I just used little squares for everything. I'm going to pretend that's a purposeful artistic choice rather than just me being the worst.

Sound effects made in BFxr, although, yet again, they were kind of just stuff I already had lying around rather than brand spanking new sound effects. I did do a little trick with the pitch of the food eating sound to make it less annoying, where it randomly jumps in pitch whenever you eat food.

That's about it. Hope you enjoyed that little peak into how Snake is made.



0 comments

Loading...

Next up

I had so much fun making Letter Delivery, I've started doing a mockup about what a follow-up project would look like. One idea I've been floating around was a prequel where you play as Puppington (my favourite NPC)

We are under attack!

Fan art for Foolish I'm feeling kinda better so I drew this

Updated the chest in the maze, adding sound, particles and better animation. But what's in the chest?

Heya! I wanted to show some gameplay progress i made so far. I hope you like it ^^

The Darkside Detective: A Fumble in the Dark is out TODAY! 🖱️Advanced pointing, clicking action 🖨️Very funny words! Loads of them! 👻6 sarcastic, spectral cases to solve

Hi everyone! I started to create some environment props for my new video game, here is a cozy house in the forest. I'm planning to switch from Unity to Unreal... Let's see what new challenges I have to face. Made in Blender and Substance Painter.

Why walk when you can jump?

a drawing I did because I was bored😪. But I love how it turned out.😊

I mostly build 3D First Person Shooter game mechanics in Unity, and in this I'm just showing C4 mechanics I made for a little side project I am working on! :)