twozero48 0.1.0

A CLI implementation of 2048, in rust
Documentation

twozero48

A CLI implementation of 2048, in rust

Demo

To play the game, after cloning to local and opening the directory in terminal, run

cargo run

TODO

  • Could use CLI libraries such as clap.rs to become CLI native.
  • Could use a lot less Clone, where possible.