What is it?
A turn based investigative game where you play
as an up and coming FBI agent catching bad guys
while managing your limited resources.
The Investigations
During this phase of gameplay you explore the city finding clues, questioning suspects, etc. to build a case and requisition as many resources as possible to help you take the criminals down.
The Bust
This is the culmination of your hard work in the investigative period of gameplay where you go head to head with the criminals you’ve been following. Either you take them down, or they disappear for good.
Suits is an ongoing project, pictured below is a reflection of its last stable state
White Irises
Ogawa Kazumasa
Pictured above is a code snippet from the shoot action class that parses through all custom grid positions and returns a list of valid targets which are presented to the player or EnemyAI. Once a target is selected the TakeAction method runs the action.
Pictured below is a snippet from the EnemyAI class which runs through every possible action the AI can take and compares their crafted, weighted values. It selects the highest weight and then runs that action.