Skip to content

Commit

Permalink
Fixed Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
notshriram authored Jun 5, 2019
1 parent 4df1c27 commit 2afa6a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# 2048
An implementation of the game 2048 in C++ and SDL.
If you want to see it in action, Download the ```/Release``` folder with all the dll files in it and run 2048.exe
<img src="Capture.PNG" alt="Capture" width="300"/></img>


<img src="Capture.png" alt="Capture" width="300"/></img>
## Requirements
Requires linking SDL2 and SDL2_ttf libraries. If you want to modify this code,make sure to link those libraries to your Visual Studio solution.
## Built With
Expand Down

0 comments on commit 2afa6a8

Please sign in to comment.