Skip to content

Small project from GoLang Udemy course used to learn some fundamental GoLang features.

License

Notifications You must be signed in to change notification settings

kryanbeane/golang-playingcards-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Playing Cards Application

Udemy GoLang Course Mini-Project

This console-based application allows the user to create a new deck of cards, shuffle the deck using true random number generation, deal a hand of 5 random cards, save a list of cards to a file using XML and create a new deck from a previously saved deck.

This project was used to learn the use of variables, functions and return types, slices and loops, receiver functions, slice range syntax, multiple function return values, byte slices, error handling, random number generaton and finally testing!

About

Small project from GoLang Udemy course used to learn some fundamental GoLang features.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages