Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 424 Bytes

File metadata and controls

20 lines (13 loc) · 424 Bytes

blackjack-go

Simple CLI Blackjack game written in Go!

Contents

  • How to Use
  • ToDo

How to Use

  1. Download source
  2. Build "go build blackjack.go"
  3. Run executable

Note - To run without compilation: "go run blackjack.go"

For more information on installing/using Go: https://golang.org/cmd/go/

ToDo

  • FIX >> The "s" string to stick conflicts with the default save behaviour of the compiled executable