The Departure
This is a small 30-minute game I made in 3 weeks at the end of 2021
The Game
The game was made in Unity and using C#.
Why in 3 weeks?
It was a part of a challenge I set myself, to see if I could make and release a short game. And I was very happy with the result. I used all free assets and tools to make the game. I adjusted materials in Photoshop to get the land looking as it does and I am happy with the short story that I wrote for the game. The games system I wrote back then could use a clean and a rewrite with what I now know about programming.
As an example I really would love to rewrite the audio log system as I'll be honest, it's very hardcoded and I would really like to make it generic with the way it plays the audio files. I would also change the way that the audio plays if another file is playing and you pick up another audio file. Currently they just overlap, but I would like to make it so that it fades out the current and then loads the new one.