Simple terminal Snake game without dependencies
-
Updated
Apr 5, 2020 - JavaScript
Simple terminal Snake game without dependencies
I saw this idea on Codédex's list of "50 terminal project ideas" and I wanted to try it as it seemed almost impossible at first. I managed to make the game work without using classes and with only one coordinate to locate the snake and snacks. This approach made the code easier to understand and work with, but I still need to tweak a few things.
A standard snake game for linux terminal
Add a description, image, and links to the terminal-snake topic page so that developers can more easily learn about it.
To associate your repository with the terminal-snake topic, visit your repo's landing page and select "manage topics."