This is a 2D chessboard with pieces using SDL2 library
For Simple Direct Media Layer 2 (SDL2), after installing it on Ubuntu
─$ cc -o chessboard chessboard.c -lSDL2_image -g `sdl2-config --cflags --libs` ─$ ./chessboardNot completed yet
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a 2D chessboard with pieces using SDL2 library
For Simple Direct Media Layer 2 (SDL2), after installing it on Ubuntu
─$ cc -o chessboard chessboard.c -lSDL2_image -g `sdl2-config --cflags --libs` ─$ ./chessboardNot completed yet