Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugarvoid/card-sweep
Prototype for card matching game.
https://github.com/sugarvoid/card-sweep
love2d prototype unfinished
Last synced: about 1 month ago
JSON representation
Prototype for card matching game.
- Host: GitHub
- URL: https://github.com/sugarvoid/card-sweep
- Owner: sugarvoid
- License: mit
- Created: 2024-10-06T15:36:18.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-12-27T14:23:41.000Z (about 1 month ago)
- Last Synced: 2024-12-27T15:27:11.602Z (about 1 month ago)
- Topics: love2d, prototype, unfinished
- Language: Lua
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Card Sweep
Remake of one of my Godot games. Using [LÖVE](https://love2d.org/) this time.
## Project Goal
Compare making a game in LÖVE and Godot.## Project Status
Learned quite a bit, but no longer interested in investing more time into this project.
## How To Play
- Match cards
- Matching two skulls will end the game (not implemented yet)
- Matching two crosses, a skull will be removed from the board (not implemented yet)
## Controls
| Key | Action |
| :--------: | :------------: |
| Left Mouse | Flip Over Card |
## Credits
### Programming/Sprites
- Dave### Libraries Used
- Love2d [github](https://github.com/love2d/love)
- Flux [github](https://github.com/rxi/flux)
- Hump [github](https://github.com/vrld/hump)