Hi Everyone!
I am a rookie in coding and pico-8.
To get better I made this 'small' app to practice!
Controls:
You can move around in the menu by using: ⬅️➡️
To add or subtract hours, minutes and seconds use these buttons: ⬆️⬇️
To click on an option you can use either ❎ or 🅾️
Notes:
I am pretty happy with how the custom numbers turned out. It was a whole challenge to get it working though 😅.
The countdown works by removing a bit from a variable every update. The standard update works 30 times a second, which can't be neatly divided into a whole number. So the result is not 100% accurate, but it should be around 99% accurate! There are most likely ways of making the code simpler and smaller, but making everything was already a big enough challenge for me 😊.
Thanks for checking my first submission out!
[Please log in to post a comment]