From 69dcdef9cab7237a90af6d69adc9b3a9a3f765f2 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Mon, 4 Apr 2022 20:34:08 +0300 Subject: [PATCH] added a readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c781e4 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# rs48 + +## Description + +It is a game of 2048 that plays in the terminal as a TUI, it has a lot of +configurability and implements a few types of AI. + +## Usage + +Compiled with the [rustup toolchain](https://rustup.rs). + +### Building + +```powershell +cargo build +``` + +### Running + +```powershell +cargo run +```