Project information

  • Category: Game Development
  • Engine/Language: Unity - C#
  • Type: Gamejam entry
  • Project end date: 17 - 07 - 2022
  • Project duration: 48 Hours

  • itch.io page: Click here

Project information

Financial Failure is a singleplayer "sidescrolling shooter" type game made for the 2022 GMTK gamejam by me and some of my classmates on Grafisch Lyceum Utrecht. The theme for this GameJam was "Roll of a Dice", we decided to make game based around the populair boardgame monopoly, but with a twist.

Gameplay

This is a turn based singleplayer game where you play against AI Players. The goal for the player is to own all property in the game or have more money than all other players combined. The player loses if they have no more money left.
The game plays like the board game monopoly with all streets owned the bots at start. The twist of the game is that when the player lands on a street owned by a bot, they have to play a side scrolling shooter level. If they win this level they get to own the land. If they don't, they have to pay the owner for the street.


My part

In this project I was responsible for the characters moving over the game board and their interactions with the tiles. Having to load in the game board and the characters on it. Making sure each character gets a turn.


Code snippets

Code loading in the playing field. In-editor settings for the tiles on the game-board. Code responsible for moving pawns to their next position