A project built for a few purposes:
- Give me a fun way to play 2048 in the terminal
- Learn a bit more about Rust
- Practice building different algorithms for AI game agents.
See the fruits of my labor. Ensure you have Rust installed, clone this repository and cd
into it, and run:
cargo run --release
It'll pull dependencies, build the project, and start it! Use arrow keys and enter to control the menu and game, and tap "q" at any point to exit.