Skip to content

An implementation of the game 2048, written in Rust.

Notifications You must be signed in to change notification settings

omarnabikhan/rust_2048

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_2048

An implementation of the game 2048, written in Rust. Use WASD in order to specify move direction.

+----+----+----+----+
|    |   2|   4|   4|
+----+----+----+----+
|    |  16|  32|   2|
+----+----+----+----+
|    |   2|   8|   4|
+----+----+----+----+
|    |    |    |    |
+----+----+----+----+

Use WASD to specify merge direction. Press `q` to quit.
a
You entered ←
+----+----+----+----+
|   2|   8|    |    |
+----+----+----+----+
|  16|  32|   2|   2|
+----+----+----+----+
|   2|   8|   4|    |
+----+----+----+----+
|    |    |    |    |
+----+----+----+----+

About

An implementation of the game 2048, written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%