To build and test a new C++ file :
g++ .\main.cpp -o tetris2.exe -Wall -I include/ -L lib/Windows/ -lraylib -lgdi32 -lwinmm -lopengl32To build and test the HTML document :
em++ -o tetris.html main.cpp -Os -Wall ./lib/Web/libraylib.a -I. -I ./include -L. -s USE_GLFW=3 --shell-file shell/shell.html -DPLATFORM_WEBFirst create a database named
tetrisAnd then add the LEADERBOARD table to it Dont forget to change the passwd inside 'score.php'