Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luiznunvoa/simplechess_sdl
Simple Chess game made in C using the SDL2 library
https://github.com/luiznunvoa/simplechess_sdl
c chess game sdl sdl2
Last synced: about 2 months ago
JSON representation
Simple Chess game made in C using the SDL2 library
- Host: GitHub
- URL: https://github.com/luiznunvoa/simplechess_sdl
- Owner: Luiznunvoa
- License: gpl-3.0
- Created: 2024-10-21T02:49:53.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-29T17:52:28.000Z (2 months ago)
- Last Synced: 2024-11-29T18:26:25.216Z (2 months ago)
- Topics: c, chess, game, sdl, sdl2
- Language: C
- Homepage:
- Size: 17.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Chess
![alt text](https://github.com/Luiznunvoa/SimpleChess_SDL/blob/master/assets/preview.png)
>A simple chess game made in pure c using only the SDL2 library# Running the Project
You will need the GCC compiler and the SDL2 library to run the project
- Dowload the project:
git clone https://github.com/Luiznunvoa/SimpleChess_SDL
- Go in the Makefile and add your SDL2 path in:
LIB_PATHS =
Make sure the correct files are in the include and lib directories in the path selected
- Go to the project's root directory on the terminal and type:
make
andmake run