Skip to content

freddiehaddad/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

▦ 2048

A TUI Rust clone of the single-player sliding tile puzzle video game written by Italian web developer Gabriele Cirulli. The objective of the game is to slide numbered tiles on a grid to combine them to create a tile with the number 2048.

2048.mp4

🛠 How to Build

NOTE: Rust development environment (install from rustup.rs)

# Clone the repository
git clone https://github.com/freddiehaddad/2048.git
cd 2048

# Run via cargo
cargo run --release

# Build
cargo build --release

# Run the executable (Linux/Mac)
./target/release/2048

# Run the executable (Windows)
./target/release/2048.exe

🎮 Controls

Action Keybindings
Move Up / W / K
Move Down / S / J
Move Left / A / H
Move Right / D / L
Restart R
Quit Q

📜 License

This project is licensed under the MIT License.

📧 Contact

For questions or feedback, please open an issue on GitHub.


🔗 Resources


Built with ❤️ and Rust

About

A terminal recreation of the 2048 game in Rust!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages