Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat/shithead
A card game
https://github.com/pat/shithead
Last synced: about 7 hours ago
JSON representation
A card game
- Host: GitHub
- URL: https://github.com/pat/shithead
- Owner: pat
- License: mit
- Created: 2017-07-20T17:38:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T02:19:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T10:56:18.162Z (3 days ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Shithead
A card game I learnt a long time ago. This gem encapsulates a lot of the game logic, and plays games automatically for you with very basic AI. There's not yet a way to play the games yourself in an interactive fashion.
## Installation
$ gem install shithead
## Usage
Use the command-line tool to see a game played between as many opponents as you care to name. If you have 4 opponents, two decks will be combined (else the games are a little short!).
$ shithead Clarke Dawe
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/pat/shithead. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the Shithead project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/pat/shithead/blob/master/CODE_OF_CONDUCT.md).