Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sleepystudios/wizarddating
Multiplayer match-three CCG made for Ludum Dare 41
https://github.com/sleepystudios/wizarddating
card ccg dare game jam ldjam ludum multiplayer phaser
Last synced: 4 days ago
JSON representation
Multiplayer match-three CCG made for Ludum Dare 41
- Host: GitHub
- URL: https://github.com/sleepystudios/wizarddating
- Owner: SleepyStudios
- Created: 2018-04-24T11:47:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T16:37:26.000Z (over 6 years ago)
- Last Synced: 2025-01-22T01:31:24.916Z (11 days ago)
- Topics: card, ccg, dare, game, jam, ldjam, ludum, multiplayer, phaser
- Language: JavaScript
- Homepage: https://ldjam.com/events/ludum-dare/41/dating-for-the-modern-wizard
- Size: 43.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dating for the Modern Wizard
An online match-three social CCG game made for Ludum Dare 41 (Combine two incompatible genres).### Gameplay
Swipe right (right arrow key) to pickup cards
Swipe left (left arrow key) to ignore cards
#### Mechanics
All cards are pulled and contribute to a global deck that can be manipulated by all players. The game features four major mechanics with the 30 playable cards:- On Play: When a card is played
- On Swipe: When a card is ignored
- On Pickup: When a card is added to your hand
- On Discard: When a card is discarded from your hand (or milled/burned)![Screenshot1](https://i.imgur.com/VqiCvRb.jpg)
To score points, you have to **match three of the same card in your hand**.
![Screenshot2](https://i.imgur.com/IlCkQUQ.jpg)
### Setup/Run guide
Clone it and run ```npm i```To play it, run ```npm start```
### External credits
- Frank1110 - Swipe sfx
- OwlStorm - Crumple sfx
- CTCollab - Transform sfx
- StarTowerStudio - Pickup sfx
- boulderbuff64 - Play sfx
- camposonoro - Score sfx
- Kevin Macleod - Music (Klockworx)### Built with
https://github.com/sekaru/phaser-multiplayer-base