Skip to content

A Rust-based TUI version of 2048, with baked-in AI solvers!

Notifications You must be signed in to change notification settings

chrisvander/ai-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI 2048

A project built for a few purposes:

  1. Give me a fun way to play 2048 in the terminal
  2. Learn a bit more about Rust
  3. 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.

About

A Rust-based TUI version of 2048, with baked-in AI solvers!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages