chimerror / quoll-issues

Issues for a reality programming text adventure at https://quoll-alpha.netlify.app/
0 stars 0 forks source link

Apartment: Handle the day flipping in the current time #64

Open chimerror opened 1 year ago

chimerror commented 1 year ago

The current time of day is listed in the status bar, and goes up one minute for every command. This means that it is possible to keep playing through past midnight, which should update the date.

Either I can handle the date flip correctly, or I can do something clever and like roll back time for some reason.

This seems unlikely to happen in future stages as I will have a turn limit as Ada and the Playerr begin editing spells of time.

chimerror commented 1 year ago

Apartment: Handle the day flipping in the current time