Play "Snake" from the comfort of your CLI!
$ npm install -g clake
$ clake
You can control speed by passing a --speed
argument. The supported options are: "snail, slow, normal, fast, bullet"
There is an issue with a library that is used for keypress which sometimes causes the game to get stuck. If it happens to you just press another key and it should fix it.