https://github.com/an-empty-string/codenames
IRC bot for playing Codenames
https://github.com/an-empty-string/codenames
Last synced: 10 months ago
JSON representation
IRC bot for playing Codenames
- Host: GitHub
- URL: https://github.com/an-empty-string/codenames
- Owner: an-empty-string
- Created: 2020-07-05T20:38:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-07-10T20:33:37.000Z (over 5 years ago)
- Last Synced: 2023-08-01T03:57:56.779Z (over 2 years ago)
- Language: Python
- Size: 50.8 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codenames bot
This is an IRC bot for running the game Codenames.
## Pre-game commands
- Use `-j`, `-join`, `-jord`, `-jonge` to join the game.
- If you are joining mid-game, you can specify a team you want to join like this: `-j green`.
- The bot will try to respect your team preference but might put you on another team for balance.
- Use `-l`, `-leave` to leave the game before it starts.
- Use `-spymaster` to toggle your preference for being the spymaster.
- Use `-team green`, `-team pink`, `-team gray`, or `-team none` to specify your team preference.
- Green and Pink can be abbreviated as `g` and `p`.
- Use `-stats` to see who is joined.
- Use `-start` to start the game.
## In-game commands
- As the spymaster, use `-c`, `-clue`, `-h`, `-hint` to enter a clue.
- Takes the word you want to hint and a number as arguments: `-c pony 9`.
- You may specify `0` or `unlimited` as the number.
- As a guesser, use `-g`, `-guess` to guess a word.
- As a guesser, use `-s`, `-stop` to stop guessing.
- Use `-stats` to see who is playing and what teams they are on.
- Use `-w`, `-words` to see the word list.
- As a spymaster, this will send the word list to you in PM.
- Use `-endgame` to forcibly end the game, for example if someone has to leave.