https://github.com/cwithmichael/crazy-eights
Crazy Eights (CLI) implementation in Go
https://github.com/cwithmichael/crazy-eights
Last synced: 5 days ago
JSON representation
Crazy Eights (CLI) implementation in Go
- Host: GitHub
- URL: https://github.com/cwithmichael/crazy-eights
- Owner: cwithmichael
- License: mit
- Created: 2020-04-25T17:01:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T21:11:04.000Z (about 6 years ago)
- Last Synced: 2025-02-22T13:43:02.939Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/cwithmichael/crazy-eights)
[](https://goreportcard.com/report/github.com/cwithmichael/crazy-eights)
# Crazy 8s
## Requirements
`Go (Minimum Version: 1.12)`
## How To Start Game
`go run cmd/crazy_eights/main.go`
## Rules Used for Implementation
[Rules of Crazy 8s](https://www.ducksters.com/games/crazy_eights_rules.php)
## How to Run Tests
`go test ./...`
## TODO
1. Handle the deck being exhausted
2. Improve error handling
3. Improve test coverage