-
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
020f328
commit a1d393a
Showing
2 changed files
with
8 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<h1>snake-game</h1> | ||
<h2>Getting started with Project</h2> | ||
Run the following command after <a href='https://docs.github.com/en/get-started/quickstart/fork-a-repo'>forking</a> repository and completing pre-requisites required: | ||
<h5> make</h5> | ||
<h3>Implementation</h3> | ||
This snake game was made using SDL2 framework. | ||
<h4>Pre-requisites<h4> | ||
First, in makefile, change include path to your locally install SDL library's path. |