Log In  

What happens when time () reaches its limit?
Can a pico-8 game run longer than 32,767 (9h 6m)?

P#87692 2021-02-15 20:38

...I assume that time() returns -32,768 and cycles around, but I haven't tested that - a program like

repeat
    print(time())
    flip()
until false

left running for 9 hours and 7 minutes could probably test that?

it seems like a doable experiment.

P#87693 2021-02-15 21:00

[Please log in to post a comment]