From 98b0cee3b569a4a58d95716c7b8dc11b0a50c3cc Mon Sep 17 00:00:00 2001 From: begilbert-sys Date: Tue, 16 Jan 2024 22:50:43 -0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1f6ca1..6cafaf7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# 2048-in-C +# 2048 in C 2048, written in C, for the terminal. -Controls: +### 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: +### Running: +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`