-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8c554f
commit 48efdc0
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# 2048 | ||
The 2048 game written in C | ||
<table align="center"> | ||
<tr> | ||
<td align="center"> | ||
<img src="images/Icon.jpg" alt="game icon" width="32"/> | ||
</td> | ||
<td> | ||
<a>Combine squares to get 2048 points inside a square and win the game</a> | ||
</td> | ||
</tr> | ||
</table> | ||
<br/> | ||
<p>Game screenshots</p> | ||
<br/> | ||
<p align="center"> | ||
<img src="images/Mobile.png" alt="game icon" width="760"/> | ||
</p> | ||
<br/> | ||
<p align="center"> | ||
<img src="images/Desktop.png" alt="game icon" width="760"/> | ||
</p> |