Update the project name and description
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user