Skip to content
/ r2048 Public

Toy 2048 game for the terminal used to learn Rust

Notifications You must be signed in to change notification settings

cordmata/r2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r2048

Toy project for learning Rust. Work in progress.

About

A rudimentary terminal-based clone of Gabriele Cirulli's 2048.

Run

$> cargo run

$>

 Score: 500
+---------+---------+---------+---------+
|         |         |         |         |
|         |         |    2    |    8    |
|         |         |         |         |
+---------+---------+---------+---------+
|         |         |         |         |
|         |         |    2    |    8    |
|         |         |         |         |
+---------+---------+---------+---------+
|         |         |         |         |
|    4    |    4    |   32    |    4    |
|         |         |         |         |
+---------+---------+---------+---------+
|         |         |         |         |
|    8    |    2    |   64    |    8    |
|         |         |         |         |
+---------+---------+---------+---------+

About

Toy 2048 game for the terminal used to learn Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages