tsj845 / Itsy-Project-1

0 stars 0 forks source link

5 directional nav. switch #13

Open tsj845 opened 3 years ago

tsj845 commented 3 years ago

I will explore the 5 directional nav. switch as a way to go through menus for gameplay options, display settings, debugging tools, and more (maybe).

for gameplay options: I plan to add a way to switch to "abyss" gameplay where there are no walls and instead is an abyss that the player must avoid falling into by rolling off the path

for display settings: I plan to add an option to invert the colors of the map, this will allow a sort of "light mode" and "dark mode" for the user

for debugging tools: I plan to add the following: a reset option (for the marble's position), the ability to reset the tilt currently stored (if somehow it gets messed up and doesn't reflect the orientation of the I.M.U), the option to stop the marble from moving based on tilt (to debug position sensitive bugs), and the ability to move the marble (for debugging bugs that happen only at specific positions)

tsj845 commented 3 years ago

I am currently unable to test anything with the 5 directional nav. switch