This is how our game screen work so far. The tiger changes directions every two seconds. If it hits a wall, it will change direction immediately. The trap only moves when we click or tap on the arrows.
We added the badlogic image on the tiger's feet and the top of the trap. So only when the left badlogic image overlaps with left trap image, right badlogic image overlaps with right trap image, and the trap button is clicked/tapped. For now this game is a bit difficult to play. However, we will work on it later to make it more playable, such as make those rectangles (badlogic image) larger at the beginning level and reduce the size of the rectangles as level goes higher.
Here are some other functions we might add to the Tiger Trap game in the future.
- We will have the Tiger Trap Currency, which is different from the game score. So players can use those currency to buy items help them for the new level. The currency looks like the bunny logo in the movie
- We will have a loading screen animation
- We will add the pause function to the game
- We might have the bad guy in the movie pops up randomly, if the user trapped him, they will earn a decent amount of currency.
- And some pop-up screen.