This project aims to implement all features of bombparty from Sparklin Labs / https://jklm.fun (or soon https://croco.games).
- Obtain a full dictionary (this is done, however it is not the official one. it is a combination of the english_450k dict from monkeytypegame/monkeytype and all of the dictionaries in NachozQ/BombParty-Lists. This means there are more words in here than in the original bombparty, and it includes proper nouns.)
- Parse words into syllables
- Main game:
- Show syllable prompt
- Accept and verify answer
- Show alphabet board
- Display lives
- Use
crossterm
to show a tui - Make everything uppercase to have that bombparty vibe
- Highlight the first instance of the syllable in the word
- Multiplayer (I have no clue if this will ever be implemented, very low possibility.)
to just install:
cargo install https://github.com/TurtleMeds/bombparty-cli
and just run with bombparty
.
to build and play around with the source code:
git clone https://github.com/TurtleMeds/bombparty-cli
cd bombparty-cli
cargo build # or run cargo run to run it directly