Log In  

Cart #timer_dfuha-0 | 2024-02-14 | Code ▽ | Embed ▽ | No License
3

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!

P#141500 2024-02-14 22:08 ( Edited 2024-02-14 22:14)


[Please log in to post a comment]