Bulls and Cows in Rust + egui
โ Rust ๐ 2025-09-09 ๐ค surdeus ๐๏ธ 9I built a small weekend project in Rust with egui โ the classic Bulls and Cows (Mastermind with digits).
You can:
- Play against a bot
- Use the bot in assist mode to โcheatโ

- Or just let bots duel it out
The bot isnโt fancy โ it brute-filters all 10P4 permutations and usually cracks the code in ~7 guesses. Simple but surprisingly effective.
Screenshots:


Would love feedback on both the game and how I can make egui run a bit leaner (CPU usage is a bit high at the moment).
1 post - 1 participant
๐ท๏ธ Rust_feed