A simple chess game drag-n-drop UI built with Pygame.
-
Make Chess Configuration UI
- Standard Chess Configuration [done!]
- Fisher's Configuration
-
Make drag-n-drop the pieces [wip]
-
Add AI commentary [future]
Planning on adding some GPT flair on this and give AI commentary.
A simple raylib program to interpolate between chess board configurations built from scratch using raylib.
- Install git and make
sudo apt install build-essential git
- Install raylib deps
sudo apt install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev libwayland-dev libxkbcommon-dev
- Clone the source
git clone https://github.com/raysan5/raylib.git raylib
cd raylib/src/
make PLATFORM=PLATFORM_DESKTOP # To make the static version
- Install Raylib
sudo make install
make && ./inter