clake

Play Snake from the comfort of your CLI!

Usage no npm install needed!

<script type="module">
  import clake from 'https://cdn.skypack.dev/clake';
</script>

README

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.