Repo to simulate tabletop games
A card-based board game inspired by Ashte Kashte. Race your pieces to the center using cards instead of dice.
cd ludo_plus
npm install
npm run devnpm run build # Build for preview
npm run package # Package for current platform
npm run package:mac # Build macOS .dmg
npm run package:win # Build Windows .exe
npm run package:linux # Build Linux .deb / AppImageOutput goes to ludo_plus/release/.