twozero48 0.1.0

A CLI implementation of 2048, in rust
Documentation
[package]
name = "twozero48"
version = "0.1.0"
authors = ["Devdutt Shenoi <devdutt@outlook.in>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/de-sh/twozero48"
description = "A CLI implementation of 2048, in rust"

[dependencies]
termion = "1"
rand = "0.7"

[[bin]]
name = "twozero48"
path = "src/main.rs"