A CLI implementation of 2048, in rust
To play the game, first install the crate:
cargo install twozero48If you want to compile from source, ensure you have the rust tool chain installed, by going to after cloning to local and opening the directory in terminal, run
cargo runCode in this repository is licensed under the permissive MIT license. All code contributions are by default considered to be under the same.