Back to browse
Threes with Bot Game

Threes with Bot Game

by alfanick·Jul 7, 2026·4 points·0 comments

AI Analysis

MidCozy

Alpha-beta bot opponent is clever, but terminal 2048 clones are everywhere.

Strengths
  • Alpha-beta pruning with configurable depth and time limits shows real AI implementation effort.
  • Reproducible runs via seed flag enables testing and debugging bot decision patterns.
Weaknesses
  • Terminal 2048/Threes clones are extremely common with no clear differentiation.
  • Zero downloads on crates.io suggests limited real-world testing or interest.
Category
Target Audience

Rust developers, terminal game enthusiasts

Similar To

2048-cli · threes-cli · term2048

Post Description

Wanna kill some time? Enjoy terminal based game with rules of Threes, with alpha-beta based bot.

No need to use your phone, just your terminal: `cargo install threes-with-bot`, `threes-with-bot --bot-opponent ab`

Similar Projects

Gaming●●Solid

Adding playable bots to a multiplayer game with OpenClaw

The author replaced brittle LLM scripts with OpenClaw-driven bots that actually compete in a live multiplayer game — not just follow canned heuristics. The demo looks playable and charming, but the project reads like a promising experiment: I'd want to see latency handling, how the bot hooks into the game loop, and quantitative match performance before calling this a breakthrough.

Niche GemShip It
petersonh
114mo ago