Skip to content

magnetrwn/raylib-scopa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raylib-scopa: Simple card game from Italy.

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.

Demo Flying Cards

Initial card handling setup.

Demo Flying Cards

Initial test interface.

Quick Start

  • 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 apt here):
apt install gn ninja raylib
build.sh Release
  • Run the game:
./out/raylib-scopa

About

2D card game engine (started with just Scopa but looks modular enough to expand to different games!) using C and Raylib.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors