Dart N Dustries is a puzzle game where you play as a robot inspector who controls the robots leaving the factory. You must accept the correct robots and reject the failing ones. The correct robots follow a patern described in the game manual.

This game was made during the 2023 Godfather jam.
It's the result of four days' work by a team of nine people :
- 3 game programmers
- 2 game artists
- 3 game designers
- 1 producer
My Contribution
For this project, I worked mainly on the following gameplay mechanics as well as the camera controls.
Random Robot Generation

I've programmed a random robot generator which creates robots by associating four parts (body, head, ears, arms) each with three variants and a random color code.
The difficulty resides in the fact that this generator is not completely random, as it is likely that the robot is not malfunctioning and therefore follows a precise pattern described in the game manual.
The robot then knows whether it is malfunctioning or not when it is generated. This helps to know if the player win or lose points when he's rejecting or accepting the robot.
Camera Controls

Participated in the movements of the camera.
This allows to view the entire robot in order not to miss any detail.
The movement has been made more fluid to keep an eye-pleasing appearance.

You may also like

Back to Top