federicobaldini / cards-game

A simple command-line application to create, shuffle, deal, save on file and load from file a deck of cards, using Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-cards

A simple command-line application to create, shuffle, deal, save on file and load from file a deck of cards, using Go.

Credit: https://github.com/StephenGrider and https://www.udemy.com/course/go-the-complete-developers-guide

Requirements

To successful run this code, you need to have Go installed on your Machine.

For the instalation guide click here.

Getting started

Just clone the repo and use Go to run the code as shown below

$ git clone https://github.com/federicobaldini/go-cards
$ cd go-cards
go-cards->$ go run main.go deck.go

About

A simple command-line application to create, shuffle, deal, save on file and load from file a deck of cards, using Go.


Languages

Language:Go 100.0%