copied my old terminal-based sliding puzzle game

This commit is contained in:
2024-12-20 18:00:08 +03:00
parent 3fce5522e0
commit b52169a376
2 changed files with 240 additions and 0 deletions

2
sliding-puzzle/Makefile Normal file
View File

@@ -0,0 +1,2 @@
make all:
gcc ../util.c sliding.c -o ../bin/sliding -lraylib -lGL -lm -lpthread -ldl -lrt -lX11