https://github.com/guidanoli/chess99
Chess in C99
https://github.com/guidanoli/chess99
Last synced: 7 months ago
JSON representation
Chess in C99
- Host: GitHub
- URL: https://github.com/guidanoli/chess99
- Owner: guidanoli
- License: mit
- Created: 2020-07-15T22:36:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T13:56:24.000Z (about 5 years ago)
- Last Synced: 2025-01-17T13:30:07.906Z (9 months ago)
- Language: C
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
Chess 99
--------This is intended to be a translation of the chesslib library
(guidanoli/chess @ Github) to ANSI C or C99.This will be a great challenge since much of the functionalities
were implemented using C++ features such as classes, operator
overloading and much of the standard library data structures.At the same time, much learning will come into play into this
exciting adventure.