This is based on snake, the pioneer cell phone game. Right now, control the black square (the snake) using the arrow keys. The black square needs to eat its food (colored squares). When the snake eats, it grows. If the snake touches a wall or itself, it dies. ^^That's how it should work. Right now, I can make the snake move, and it dies if it touches the right wall. Feedback is appreciated.
I wanted to play around making my own game before this week's coding challenge. I thought it would be helpful to make a game based on a simple one I already knew how to play. It was a lot harder than I expected and I am still working out many of the details.