1
0
Fork
You've already forked chess-raylib
0
Chess in C with Raylib.
  • C 96.4%
  • Makefile 1.9%
  • HTML 1%
  • Zig 0.5%
  • CMake 0.2%
Find a file
2024年04月24日 13:48:36 +05:00
raylib Initial commit 2024年04月20日 14:51:44 +05:00
res Initial commit 2024年04月20日 14:51:44 +05:00
.gitignore Initial commit 2024年04月20日 14:51:44 +05:00
chess.c add pawn promotion 2024年04月22日 13:27:42 +05:00
chess.h add pawn promotion 2024年04月22日 13:27:42 +05:00
draw.c add pawn promotion 2024年04月22日 13:27:42 +05:00
fen_to_chess.c Initial commit 2024年04月20日 14:51:44 +05:00
input.c add pawn promotion 2024年04月22日 13:27:42 +05:00
LICENSE Initial commit 2024年04月20日 14:51:44 +05:00
logic.c add pawn promotion 2024年04月22日 13:27:42 +05:00
Makefile add pawn promotion 2024年04月22日 13:27:42 +05:00
README.md Add README.md 2024年04月24日 13:48:36 +05:00
util.c Initial commit 2024年04月20日 14:51:44 +05:00

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.