From 0bf9093734b9cd315aea3c2f8fcc6d85879cee82 Mon Sep 17 00:00:00 2001 From: begilbert-sys Date: Tue, 16 Jan 2024 22:48:45 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ffda436..a1c4a4d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # 2048-in-C 2048, written in C, for the terminal +Controls: +Arrow Keys to move +R to reset the game + +This program uses ncurses and I've only tested it on my Mac's terminal. Here's the command I use to run it: +`gcc -lcurses main.c -o main && ./main`