Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Credman

8
Posts
3
Followers
A member registered Feb 21, 2019 · View creator page →

Creator of

Recent community posts

Aww sorry to hear that :(. If you haven't, you could try using a different browser, especially if you aren't already on Chrome.

Hey thanks, glad you had fun. We thought the most fun version of game would lean hard into being whacky and wild and chaotic, so I can definitely emphasize with it being hard to follow at times haha.

We decided that because piece placements have a random element, even if the piece played for turn causes four in row the game checks for a win only at the very end of the turn (after all the piece actions are resolved), to give you a chance to play a piece to disrupt the chain. 

Thanks for the kind words, glad you liked the game.

I'd love to work with you, especially if you have an idea for a game.  I generally work in Godot.

If you did all of the art I would be down to work with you; I'd do more jams if I didn't need to worry about assets. I don't have an idea for a game yet so I'd also do whatever if you have some thoughts.

Oh oops you aren't supposed to be able to go outside the map, but I'm not surprised that there is a bug with that. Thanks so much for playing!

There is no executable posted.

It looks like you have hard coded absolute paths in your executable that prevent it from being run on other machines (at least mine, on the Linux executable). In particular I am getting:

error opening #P"/home/travis/build/eliasfeijo/deserted/assets/map/map1.tmx"


So maybe you can find where that is referenced and replace it with a relative path.