Triple Threat

Why this game ?

I had this idea for almost a year(initially a board game) but wasn’t getting an occasion to develop it(probably because of other games(college projects)).

 

What this game is about ?

As the theme for ludum dare 30 is connected worlds, I tried my best to make the game as per the theme.

The game depicts a fight between three worlds. Three worlds fighting with each other to decided who’s superior.

The tokens can only move to the world’s which are connected to the block it’s already in/

 

Problems Faced

The initial(and primary) problem was the user input, I was not able to find a solution on how to move the tokens.

Solution – Created the red blocks for each block and turned them into buttons with each button hard coded with a function (there was no time for experiment).

 

The player turns were not in proper cycle. e.g. if all the tokens of a player are removed and his turn comes, he cannot move his tokens, hence, the game wouldn’t progress.

Solution – Solved using Boolean values and permutation & combination.

Link to the game – Triple ThreatHUD