mirror of
https://github.com/begilbert-sys/2048-in-C
synced 2024-12-26 21:58:10 +01:00
Update README.md
This commit is contained in:
parent
0bf9093734
commit
9ab7e51c1b
1 changed files with 1 additions and 0 deletions
|
@ -5,4 +5,5 @@ Arrow Keys to move
|
||||||
R to reset the game
|
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:
|
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`
|
`gcc -lcurses main.c -o main && ./main`
|
||||||
|
|
Loading…
Reference in a new issue