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

https://github.com/cococry/chess

Chess in C/OpenGL
https://github.com/cococry/chess

Last synced: about 1 year ago
JSON representation

Chess in C/OpenGL

Awesome Lists containing this project

README

          

# Making Chess in C & OpenGL

# Goal

The goal of this project is not mainly to create chess, but to learn to program as efficiently and
as minimally as possible. The project olny contains 3 C Source files, 2 C Header files and 2 GLSL shader files.

# Building

## Windows
```
build.bat
chess.exe
```

## Linux
```bash
make -B
./chess
```