a small solitaire game programmed in C using raylib
play it online at zaccnz.github.io/solitaire
- animated movement
- texture pack system
- timer and score
- leaderboard
- undo and redo
- web assembly build
- 2D Poker Pack - Screaming Brain Studios
- 8Bit Deck Card Assets - DrawsGood
- Card Asset Pack - natomarcacini
- Fantasy Card Game SFX Pack - Olex Mazur
- Roboto - Google Fonts
- WebKit WebCore's UnitBezier.h
- Solitaire Scoring from lkcl
this project uses CMake. to get started:
git clone https://github.com/zaccnz/solitaire --recurse-submodules
cd solitaire
mkdir build && cd build
cmake ..
to compile for the web (using EMSCRIPTEN, after running emsdk_env script)
git clone https://github.com/zaccnz/solitaire --recurse-submodules
cd solitaire
emcmake cmake -S . -B build -DPLATFORM=Web
cmake --build build