Please sign in to access this page

Snakes And Apples

Snakes And Apples Used AI

2 devlogs
2h 46m
Created by Shree

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

Timeline

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)