plbrault / youre-the-os

A game where you are a computer's OS and you have to manage processes, memory and I/O events.
https://plbrault.github.io/youre-the-os/
GNU General Public License v3.0
1.81k stars 69 forks source link

[Feature Request] Autoplay #70

Closed MrThanlon closed 1 year ago

MrThanlon commented 1 year ago

Writing code to autoplay.

BeiyanYunyi commented 1 year ago

I have a version. https://github.com/BeiyanYunyi/youre-the-os

Since I'm not a computer science major, I don't think the algorithm in my code is a good solution.

Wiguwbe commented 1 year ago

Exactly my thought!

I did implement a feature to allow the user to provide a script, check #75