The amazing game 2048, written in rust, using ratatui for the interface.
- Clone this repo with
https://github.com/AnarchistHoneybun/cl_2048.git
- Move to the cloned directory
cd cl_2048
- Run the game
cargo run
! (to install cargo, look here)
- Use the arrow keys (← ↑ ↓ →) to move the blocks around, blocks with the same values will be merged on movement.
- Use the 'q' key to quit the game before a game over.
- Get the highest score by merging blocks to create larger numbers.
- The game ends when you run out of moves.