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
- Host: GitHub
- URL: https://github.com/cococry/chess
- Owner: cococry
- Created: 2023-02-24T17:44:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T21:01:43.000Z (over 3 years ago)
- Last Synced: 2025-03-02T21:30:52.666Z (over 1 year ago)
- Language: C
- Size: 7.06 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```