Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Cool to see a Monogame entry, unfortunately the pong game was the only one I could actually open. It looks like the issue is the input logic running every frame, I'd recommend storing the keyboard state from one update to the next so you can compare to see if a new key is pressed.

Hey I made it so enter enters games and escape exits games (also btw 1 of the game still doesn't work because it needs to be unlocked)

(+1)

Some really cool ideas in there, I had a lot of weirdness going on with games opening but still displaying the menu so I was able to open multiple  games at once, not sure how much of it was intentional but I managed to beat the last game with ~10 copies running simultaneously.

(+1)

Thanks for trying it again! Yep the multiple games being open wasn't intentional, but it is interesting. I'll consider what to do with it after the game jam ends.