2048 in text made with rust
Contains:
- txt2048 crate - generic purpose library that implements 2048 on arbitrary size square board.
- txt2048 game - text based 2048 game.
Please reffer to the documentation for more details about library usage.
For getting start with Rust please read Rust programming language -get started