Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)