Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T14:03:27.000Z (over 1 year ago)
- Last Synced: 2025-01-12T07:36:12.288Z (17 days 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
```![demo-gif](./resources/demo.gif)