Hacker News new | ask | show | jobs
by judk 4323 days ago
Pokemon is turn based with no AI, why would it need cycles?
1 comments

Because softwares are not the only one to use cycles.

For example, in the GB, some memory space is only adressable during a few cycles, and so you have to optimize your code when you wish to update the video ram. If you miss the window, too bad.