Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 325 Bytes

File metadata and controls

18 lines (11 loc) · 325 Bytes

term-jack

A simple Black Jack game that runs in the terminal window.

To Play

  • yarn install
  • yarn play

Screenshot

Dependencies

The following node modules are required. Really only readline-sync, the other two are more decorative than functional.

  • readline-sync
  • colors
  • sleep