Skip to content

F3rgz/Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

This is a single player command-line imlementation of Blackjack

Install and Build

$ npm i && npm run build

Run

$ npm run play

Test

$ npm run test

This project is build using ink, which uses React to provide a flexible component based UI on the command line. This simplified the development of the UI allowing me to focus more on the code, while demonstrating my React knowledge.

The code is transpiled using Babel to allow me access to handy ES6 utilities such as spread and other array operations, as well as the import method.

About

A simple CLI-based Blackjack game written with ink and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors