Update the project name and description

This commit is contained in:
Amine B. Hassouna
2018-11-20 17:51:16 +01:00
parent 3b227aeee9
commit 9a9d4df97a
3 changed files with 14 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
# Basic C SDL project
# Basic C SDL game
This project is a basic C [SDL][] project that uses [CMake][] as a build system.
This project is a basic C [SDL][] game that uses [CMake][] as a build system.<br>
It shows how we can develop a basic grid-based game.
## Dependencies
@@ -29,8 +30,8 @@ sudo apt install libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev
```sh
# Clone this repo
git clone https://gitlab.com/aminosbh/basic-c-sdl-project.git
cd basic-c-sdl-project
git clone https://gitlab.com/aminosbh/basic-c-sdl-game.git
cd basic-c-sdl-game
# Create a build folder
mkdir build
@@ -41,7 +42,7 @@ cmake ..
make
# Run
./basic-c-sdl-project
./basic-c-sdl-game
```
***Note:*** To use SDL2_image, SDL2_ttf or SDL2_gfx, you should uncomment