Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 621 Bytes

File metadata and controls

31 lines (25 loc) · 621 Bytes

Snake POC

Proof of concept of the snake game in the terminal using nodejs


exmp


run:

clone :

$ git clone https://github.com/z22092/study-case-game.git

run:

$ npm i && npm start

unique dependencies:


Todo:

  • Bug fixes
  • help screen
  • start screen
  • color options
  • gradual speed
  • does as one pleases