https://github.com/a-r-r-o-w/chess
Chess made using C and OpenGL
https://github.com/a-r-r-o-w/chess
Last synced: 6 months ago
JSON representation
Chess made using C and OpenGL
- Host: GitHub
- URL: https://github.com/a-r-r-o-w/chess
- Owner: a-r-r-o-w
- Created: 2021-06-07T22:44:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T14:03:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T07:36:12.288Z (6 months ago)
- Language: C
- Homepage:
- Size: 982 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chess
This is an implementation of the game of [Chess](https://en.wikipedia.org/wiki/Chess) using C and the OpenGL framework.
The project was made to demonstrate the skills required to learn a programming language and use external libraries/APIs/etc as part of my course UE20CS151 (Problem Solving with C).
Try it out! You must install required OpenGL libraries if you do not have them already and link them correctly. Tested on both Windows and Linux but the make file only works for Windows.
```
git clone https://github.com/a-r-r-o-w/Chess
cd Chess
make -f build.mk
```