Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 595 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 595 Bytes

CLake

Play "Snake" from the comfort of your CLI!

Screencast

Install

$ npm install -g clake

Play

$ clake

Options

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.