Intergalactic RV: Anglo-Saxon Edition

Intergalactic RV is a cooking game where players search a recipe database for a dish based on a clients request.

Details

University Project made with Unity 6000.0.10f1.

This University project was built by a team of two: one programmer + artist and one game designer + sound designer. I was responsible for coding and art.

We developed this game in one month.

Tasks

I developed the cooking system, dialogue system and the drag and drop. The Cooking System and Dialogue System and available as unity packages.

I was also responsible for drawing every sprite and designing the user-interface.

Goals

For this project, I was excited to use my own unity packages to test and improve their functionality.

I refactor my cooking system to allow inheritance of monobehaviour scripts, as I found myself needing to add or alter functionality that was specific this project.

For this project, we didn't need dialogue for player choices, thus I refactored my dialogue system to separate functionality related to displaying dialogue and displaying player choices.

We decided the Unity Physics System for our drag and drop interactions for two distinct reasons:
1. It was quicker to prototype a delayed drag of objects.
2. It gave the project a distinct "goofy" feel as objects are thrown, catched and rotated without tangiable consequence to gameplay.

Perspective

I am proud of what I was able to program (and draw) in a month. I am happy that the systems are, not only functional, but also flexible.

Inspired by our recipe database, I will study how to use databases efficiently by learning search algorithmns.