This is an implementation of a variation of the classic rummy game (called mexe-mexe in Brazil) in LÖVE, a Lua game engine.
git clone https://github.com/guidanoli/rummy-love/
cd rummy-love
love .
Button | Object | Description |
---|---|---|
Left | Deck | Draw the top card from the stock |
Left | Card | Select the card |
Right | Meld | Move selected card(s) to meld |
Right | Table | Create new meld from selected card(s) |
Key | Description |
---|---|
u |
Undo the last move |
e |
Unselect all cards |
d |
Print debugging information |
r |
Refresh game rendering information |