Please sign in to access this page
An SSH game where players are either snakes or apples and the apples have to try to get away from the snakes in some time
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Did a bunch of snake logic so the snake moves and when it hits a spot it gets one more character added to it. made it change the symbol depending on whether it's going sideways or up so that took a lotta time
So first devlog, worked on making the apple mechanics so just simulating the apple with a colon and made it red and made it able to move with wasd controls. also made a kill spot where if the apple goes there it says game over and any key makes it exit so that is just a simulated thing of the snake's head which will kill the apple. also made a thing to show the coordinates of the apple(damn long devlog)