The Nerdy Sixty | (54/60) Classic Snake Game | Challenge
Play the classic Snake game in a terminal. How can you launch a version of Snake on the command line? Hint 1
Look for “snake” in the bsdgames package or use the `nsnake` program. Hint 2
`sudo apt install bsdgames` then run `snake`, or install `nsnake` for a modern version.
Leave a Reply