The game of Scopa (Italian word for "sweep") made using Raylib in C, for 2-4 players locally or over the network, with simple AI opponents available.
Initial card handling setup.
Initial test interface.
- Clone the repository:
git clone https://github.com/magnetrwn/raylib-scopa.git
cd raylib-scopa- Build the project, making sure you have dependencies installed (using
apthere):
apt install gn ninja raylib
build.sh Release- Run the game:
./out/raylib-scopa
