From 4fce5388b837ab912f2a0c8dcb999e56df9e9fba Mon Sep 17 00:00:00 2001 From: g-uwu Date: Mon, 31 Oct 2022 18:20:16 -0400 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f23575 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 2048 +2048 game made in the terminal with NotCurses + +## dependencies +- `ncurses` +- `notcurses` + +## build +`make` +