Basic game structure

https://github.com/noorvandamme/BachelorThesis

Goal

We tested the sensors earlier, but this phase was about building the foundation of our game. This makes it easier to test the game to catch any issues. It also gave us a solid starting point to be ready for the beta moment next week.

Key Points

<aside> ☝

Remark

At this point in the process, we weren't able to implement the buttons with the Arduino to choose the character yet. So we prototyped this another way.

</aside>

Linking the sensors with an effect animation

We already had the code for the sensors in Arduino and in the browser code. So we started linking them with an animation.

Key points: