All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Support for parsing player mentions, making dealer decisions, and tweeting
- Support for game sessions, hands, hitting, standing, and tallying
- Helpers such as env, match?, and any?
- Storage abstraction with put, retrieve, archive, and delete functions
- Support for formatting game data into 140 characters and replying
- core.async to empower workers
- carmine for talking to Redis
- twitter-api for talking to Twitter
- Decks and hands are vectors now
- Completed tests and code for generating a standard playing card deck
- Files from Stuart Sierra's reloaded Leiningen template.
- Initial tests and code for generating a standard playing card deck
- Basic project files (license, .gitignore, readme)