A mailbox chess engine written in c
a chess engine with the 10x12 board representation written in c with a raylib gui
- Linux or Windows 10 (for now not tested)
- gcc and cmake
- raylib
-
for linux:
open terminal in the project folder and type:
mkdir build cd build cmake .. make
-
for windows: open terminal in the project folder and type:
mkdir build cd build cmake ..
(method i found, probably wrong)
- open the project folder in visual studio
- compile
-
for mac open terminal in the project folder and type:
brew install gcc clang raylib mkdir build cd build cmake .. make
- currently there are compiling problems, in scacchiera.c:230, but i guess you can just comment it out
-
for linux:
- got in the project folder
- got in the
/build
folder - run
./10x12chess
in the terminal or double click with the mouse
-
for windows:
-
executable is in
/out/build/
-
create a folder
-
put the executable like this:
(this is to put the image in the correct path [
"../assets/Chess_Pieces_Sprite.png"
])folder ├───assets │ Chess_Pieces_Sprite.png │ └───bin 10x12chess.exe
*now go to
bin/
and run10x12chess.exe
-
sas
Fabio Murer
- 0.0
- work in progress
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 License - see the LICENSE.md file for details