From 54397bcff626c9beb7d327c3646d6e677775099a Mon Sep 17 00:00:00 2001 From: begilbert-sys Date: Tue, 16 Jan 2024 22:49:27 -0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6654489..f1f6ca1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # 2048-in-C -2048, written in C, for the terminal +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: