Skip to main content

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

Pretty impressive that you did a multiplayer game for this game jam! I could only try it in local multiplayer against myself, but it provided a good insight into the game. I really liked the art style and the tutorial which was straight on point. The descriptions of the different players are also very fun. Some things I would improve:

  • Make it really clear which players turn it is. I realized after a while that the bar at the bottom has the color of the player whos turn it is, but maybe a short announcement (text on the screen) which says what is going on (e.g. if you can do another turn) and whos turn it is would have helped.
  • Probably to large of a project for a game jam, but a computer player (AI) would be really cool, so that you can also play the game in singleplayer mode.

Congrats to this cool game!

Thanks! Definitely agree on both counts - I’ve also struggled remembering whose turn it is during testing, I’ll probably find another visual highlight somewhere and add a sound effect between moves and turns.  

Adding an AI was definitely a goal - part of the reason for doing the game and doing it in typescript was to learn how to add some kind of search based AI in a really simple system (i.e not chess) , but I joined halfway and sadly just ran out of time. If I work on it in the future it’ll be in there