Welcome to Flop 7, the unofficial terminal emulator for Flip 7. You can play virtual games, keep score for live games at the table, or run batched all-bot simulations to benchmark your own strategies.
Really, this repo is made to build and test different bot strategies. See the bot guide for more info.
# Homebrew (macOS / Linux)
brew tap benhalladay08/flop7
brew install flop7
# pipx
pipx install flop7
# pip
pip install flop7
# install.sh (downloads the latest release binary)
curl -fsSL https://raw.githubusercontent.com/benhalladay08/flop7/main/install.sh | shFor full options including local development installs, see docs/install.md.
flop7- Install — distribution channels and platform notes
- Rules — Flip 7 game rules
- Architecture — comprehensive layer-by-layer reference
- Roadmap — planned features
- Local development — clone, run, and test the repo
- Building bots — write a new bot, register it, and benchmark it
- Building trackers — collect custom statistics across simulation batches
See CONTRIBUTING.md.
Created by Ben Halladay