code913 / snake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake

Screenshot of me absolutely killing it at the game in visual studio code's terminal

Classic game of snake in the CLI written in NodeJS.
Powered by chalk and keypress packages.

To play the game:

  1. Clone this repo (preferably using degit)
  2. Execute npm install to install chalk and keypress
  3. Execute node . to play.

I spent a lotta time writing code comments please read them ๐Ÿ™๐Ÿ™๐Ÿ™

About


Languages

Language:JavaScript 100.0%