diff --git a/README.md b/README.md index 8dd7069..b1a1b3c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ #2048-cli -<<<<<<< HEAD A cli version/engine of the game [2048](https://github.com/gabrielecirulli/2048) for your Linux terminal. ![Screenshot](http://i.imgur.com/QU7t5mH.png) -<<<<<<< HEAD There currently are 3 versions that can be run. These include a straight-forward terminal based, and two using the ncurses and SDL libraries. To add a new graphical version, simply create a .c file which implements all the functions in gfx.h and add a Makefile entry.