From 56636ffc59f8eb3d65800f82900bfeaa861f4cc8 Mon Sep 17 00:00:00 2001 From: JCoupalK <108779415+JCoupalK@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:14:05 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c3b6dbb..538f1c0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,15 @@ Welcome to BlackjackGo! This project is a simple yet exciting implementation of - Soft hand score detection and display. - Dealer play logic according to standard Blackjack rules. +## Table of Contents + +- [Features](#features) +- [Installation](#installation) +- [Gameplay](#gameplay) +- [Build](#build) +- [Contributing](#contributing) +- [License](#license) + ## Installation 1. Download the binary with wget: @@ -46,6 +55,8 @@ You'll be presented with the game interface in your terminal. Follow the on-scre The game follows standard Blackjack rules. Your goal is to beat the dealer's hand without going over 21. +![image](https://github.com/JCoupalK/BlackjackGo/assets/108779415/134b90d7-4e3d-41ad-9834-f73d5558a33e) + ## Build To build BlackjackGo, you need to have Go installed on your machine. If you don't have Go installed, you can download it from [the official Go website](https://golang.org/dl/).