cgaspart / TerminalBlackJack

TerminalBlackJack is a Golang-powered blackjack game with WebSockets, right in your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TerminalBlackJack - Golang Terminal Blackjack Game

Welcome to TerminalBlackJack, a classic blackjack game implemented in Golang and designed to be played directly in your terminal.

Features

  • ✅ Client / Server using websocket
  • ⭕ Basic blackjack game mechanics (hit, stand)

ScreenShots

Getting Started

To get started with TerminalBlackJack, follow these steps:

Prerequisites

  • Golang installed on your system.

Installation

  1. Clone this repository to your local machine and build the project:

    git clone https://github.com/cgaspart/TerminalBlackJack.git
    cd TerminalBlackJack
    go build
    
  2. Run TerminalBlackJack

    ./TerminalBlackJack
  3. Follow the on-screen instructions

Gameplay

  • TerminalBlackJack follows the standard rules of blackjack. The goal is to get as close to 21 points as possible without going over.
  • You can place bets, receive cards, hit to request additional cards, and stand to keep your current hand.
  • The dealer will follow the standard rules, hitting until they have 17 or more points.
  • The game supports both single-player and multiplayer modes.
  • Enjoy the game and sharpen your blackjack skills!

About

TerminalBlackJack is a Golang-powered blackjack game with WebSockets, right in your terminal.


Languages

Language:Go 100.0%