Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JCoupalK authored Jan 19, 2024
1 parent 2edeb63 commit 56636ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/).
Expand Down

0 comments on commit 56636ff

Please sign in to comment.