Blackjack CLI

Backend

Tech Stack

Node.js
Typescript

Description

This is a command-line blackjack game built in TypeScript and Node.js. The primary aim was to enhance my grasp of core JavaScript fundamentals and delve into more intricate logic. Additionally, it provided an opportunity to immerse myself in the Node ecosystem and refine my TypeScript skills.

The game faithfully mirrors a real Blackjack game with multiple decks of cards, allowing multiple players and adhering to standard rules and procedures—minus the inclusion of card suits.

  • Built command-line interface blackjack game with TypeScript and Node.js
  • Implemented complex game logic with multiple decks and players
  • Followed standard blackjack rules and procedures
  • Enhanced understanding of JavaScript fundamentals and async operations
  • Developed proficiency in the Node.js ecosystem
Command Line Blackjack

    Davis Maloch