/304

4-Player Card Game

Primary LanguageGo

Game logic for 304

To run the program

  1. Setup deckofcards api
# Pull and run deckofcards image from dockerhub
make setup
  1. Run the Go program
# go run main.go
make run