#ZX81 And now we can fly 🚀, and crash into stuff. All coming along nicely.
@zx81adventures I’ve always wondered how much actual CPU time you get on an 81 per frame. Is it as bad as it sounds?
@RobeeShepherd Yes, and no. Have enough time to double buffer the image here, and have it running way to fast to play the game. But there are other problems that come with that like reading PORTS that are waiting on the refreash cyscles. So really it depends I think :-) But in general, can be pretty fast.
@zx81adventures I really need to write a game on it one day and find out