Open dtannebe opened 2 years ago
Do you happen to have sprites for those objects, preferably in all conditions you want them to be in.
no not at the moment sorry. can you use some placeholder images in cases you dont have sprites yet?
Should the temperature be a number or do we just use labels? (very cold, cold, medium, hot, very hot) for example
I'd say for now and the purposes of the simulator, discrete values are fine. But, you can just implement it as integer, then we can actually use both (0 = cold, 1 = medium, 2 = hot etc.)
yes i plan to implement it as an ENUM
adding new entities:
bread (can be cut into pieces, pieces can be toasted, meaning temperature gets hot, color darker, and crisper)
spaghetti (can be cooked with pot, or heated with microwave, temperature and status changes)
pot (to cook spaghetti, changes temperature and status)
toaster (to toast bread, changes temperature, status, color, softness)
microwave (to heat food)
oven (to heat food)
details to be discussed.