https://github.com/mroik/chess
A chess implementation written in C using SDL2
https://github.com/mroik/chess
c chess
Last synced: over 1 year ago
JSON representation
A chess implementation written in C using SDL2
- Host: GitHub
- URL: https://github.com/mroik/chess
- Owner: Mroik
- License: wtfpl
- Created: 2023-01-02T11:14:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:25:06.000Z (over 3 years ago)
- Last Synced: 2025-02-07T11:13:31.188Z (over 1 year ago)
- Topics: c, chess
- Language: C
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chess game implementation. Sprites for the chess pieces taken from wikimedia
from user [Cburnett](https://en.wikipedia.org/wiki/User:Cburnett/GFDL_images/Chess)
(sprites under `CC BY-SA 3.0`).
The "m4" `SDL2` files are taken from the original project (they are under the `zlib` license).