onokumus / 2048

2048 game in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048 Game in Rust

This is a simple implementation of the 2048 game in Rust. It is a work in progress.

How to play

cargo run

Direction keys

  • Up: w
  • Down: s
  • Left: a
  • Right: d

How to test

cargo test

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

About

2048 game in Rust

License:MIT License


Languages

Language:Rust 100.0%