Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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


  1. Dowload the project: git clone https://github.com/Luiznunvoa/SimpleChess_SDL

  2. Go in the Makefile and add your SDL2 path in: LIB_PATHS =

  3. Make sure the correct files are in the include and lib directories in the path selected
  4. Go to the project's root directory on the terminal and type: make and make run