Hacker News new | ask | show | jobs
by TylerE 1333 days ago
Yes. It’s basically pixel perfect, except that you can enable various improvements.

For instance: RCT2 used a single byte to store many values.

Some of these were reasonable (like the number of cars on a ride).

Others weren’t… like the number of guests in a queue. When it hit 255 additional guests would refuse to enter the line.