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.


Font: m5x7

Music by sawsquarenoise (slowed down)

StatusReleased
PlatformsWindows
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorAdam Allsebrook
GenreCard Game
Tags2D, Game Maker's Toolkit Jam, LÖVE, Pixel Art, Roguelike, Singleplayer

Download

Download
Where did all my cards go_win32.zip 8 MB
Download
Where did all my cards go_win64.zip 9 MB
Download
Where did all my cards go.love 5 MB

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'

(+1)

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.

Error: room.lua:62: attempt to index a nil value
stack traceback:
[string "boot.lua"]:637: in function '__index'
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'
[string "boot.lua"]:509: in function <[string "boot.lua"]:493>
[C]: in function 'xpcall'