Where did all my cards go?
A downloadable game for Windows
A sort of roguelike deckbuilder with only one card. Instead of collecting cards to add to your deck you collect upgrades to add to your card, each giving the card an extra effect depending on the conditions.
Made in 48 hours for the GMTK Game Jam 2019, theme: only one.
Music by sawsquarenoise (slowed down)
Status | Released |
Platforms | Windows |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | adszads |
Genre | Card Game |
Tags | 2D, Game Maker's Toolkit Jam, LÖVE, Pixel Art, Roguelike, Singleplayer |
Download
Install instructions
Download and unzip Where did all my cards go_winxx.zip and run the exe file. If you have Love2d installed you can download and run the .love file.
Comments
Log in with itch.io to leave a comment.
Game just crashed with message:
Error
room.lua:62: attempt to index a nil value
Traceback
room.lua:62: in function 'func'
lib/closure.lua:4: in function 'delay'
room.lua:94: in function 'update'
game.lua:17: in function 'update'
main.lua:104: in function 'update'
[C]: in function 'xpcall'
interesting concept. are the effects procedurally generated or just a huge list? I got to the point where there's like five enemies at a time, but the game crashed. I put the crash report below.