2048 Terminal Game
◀ BACK

2048 Terminal Game

Rust
> PROJECT.INFO
01THE PROBLEM

Recreating classic games in system-level languages is useful for mastering memory safety and performance.

02THE SOLUTION

Implemented full game mechanics including tile merging, movement logic, and score tracking in a CLI environment.

03THE RESULTS

Fully playable terminal game showcasing Rust systems programming skills.

> SCREENSHOT
2048 TERMINAL GAME.PNG
2048 Terminal Game screenshot

MAIN APPLICATION INTERFACE

◀ BACK TO PROJECTS