Chess in C with Raylib.
| raylib | Initial commit | |
| res | Initial commit | |
| .gitignore | Initial commit | |
| chess.c | add pawn promotion | |
| chess.h | add pawn promotion | |
| draw.c | add pawn promotion | |
| fen_to_chess.c | Initial commit | |
| input.c | add pawn promotion | |
| LICENSE | Initial commit | |
| logic.c | add pawn promotion | |
| Makefile | add pawn promotion | |
| README.md |
Add README.md
|
|
| util.c | Initial commit | |
The Game of Chess with Raylib
A simple project implementing the Game of Chess.
Building
Just run make build if you're on GNU/Linux.
For Windows you'd probably need to edit the Makefile a lot, I'm too lazy for this stuff.