Update 30/07/2024:
added in-game music
it feels very finished at this point, so only minor patches will be applied from here onwards
Update 29/07/2024:
Fixed quarter-circle input that bypasses backwards movement refusal
Update 28/07/2024:
retooled controls for more efficiency
added title sprite bob and a title theme
improved backwards move refusal
Update 27/07/2024:
different apples for solo vs multiplayer
fixed multiplayer collision, made it competitive to prevent early victory via self-destruct
refuses backwards movement, to prevent unfair deaths.
added more intuitive controls (WASD/Arrows for P1/P2), and improved UI polish.
added screen wrap and local 2 player mode.
Base upload
I made a snake clone following Austin Merrick's tutorial
(https://www.youtube.com/watch?v=jDSg6iEaMGc),
with some added features of my own.
Enjoy!
Nice.
A few suggestions :
buffered inputs
There's a fantastic ressource/example on the subject here
https://www.lexaloffle.com/bbs/?tid=46735
Refuse backward moves.
If moving to the right, ignore left movement inputs for example.
[Please log in to post a comment]