Breathing Games Dev Diary

Weekly game development updates.

Week 6: Prototyping continued...

2020-03-06 CHLA Team

The process of building out each mini game continues. This week we took the time to integrate the use of the custom Digital Spirometer into or Unity projects. WIth the help of Unity OSC script, a headache and a lot of “Why is this not working!” our team finally found success. We now can use our inhalations on the digital spirometer to propel the boat forward in the scene of the Treasure Hunter game! In Addition to this, we also successfully pushed and tested the scene on the Oculus Go.

Pain points

We are finding the digital spirometer is not perfect. We are seeing that when it comes to getting the device working with Unity it has only worked thus far on macOS and not on Windows for our team. Also using the Arduino IDE to upload the M5_Spirometer_2020.ino script to the M5Stick-C works for some of our laptops, and not for others. During upload we are seeing the screen of the M5Stick-C keep flashing off and on for several times before the IDE throws an error.

Next up…

Next we will attempt to get the spirometer also intergrated into the Fruit Fall mini game, and attempt to get the prior teams Save the Village game fully working again. Currently we are unable to use the Oculus controller to begin the game and we still need to test it with the digital spirometer input.

– The CHLA Team

Week 5: Pivots & Prototyping

2020-02-28 CHLA Team

This week the process of prototyping our new mini games is in full swing. After speaking with Professor Marientina & Dr. Vangelis our mini games have pivoted a bit to the following:

name description inhale exhale
Treasure Hunter You’re the wind slow down accelerate
Fruit Fall Knock fruit down from the trees collect a pebble blow pebble at fruit
Save the Village Be the enemy or the savior collect air/water spray fire/water

Building the scene

We found amazing low poly environments and items in the unity asset store to help us rapid prototype the new game scenes. Our team primarily works on building and testing the initial game scenes with keyboard input for now.

Next week…

Once the scenes are at a decent state we will look into integrating our most important feature, the Digital Spirometer, via the Unity Open Sound Control script. Stay tuned!

– The CHLA Team