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 1 month 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-03T14:08:10.000Z (5 months ago)
- Last Synced: 2025-02-09T04:17:10.681Z (3 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

>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