tech demo this will be a horror game disguised as an os simulator < this is NOT a compete game. there is NOTHING scary in here yet. there are NO WORKING APPS. all the assets are PLACEHOLDERS.> This is just a demo until I have some time to work on it. inspired heavily by: https://scratch.mit.edu/projects/206115250 you should really try that project, it's brilliant. this reuses @DarkMime's background (slightly edited), all code and other assets are original. Comment if you have suggestions for - name for this project - gags to scare the player winners get featured in the project Fun facts: - this os shell currently reuses the state tracking module from windops 98 simulator so its pretty much equivalent to that project. but it turns out that's not such a good design so it will be replaced at some point eta sometime in 2022 -------- Note to self - new appdata module single array stores data for all apps with api for storage/load? or dual independent arrays (1 private 1 public?) - new appipc module single array buffers ipc request, apps when loaded execute buffer? - new app controller separate command for show & front (target id) front only (target id) interactivity only (target id) > interacted target will call for interactivity & front minimize (target id) close (target id) > best: command queue w/ loads each app is its own handler, plus generic handler for load anim delay and UI. include command queue for taskman > multiapp w/ cloning? target id and sub-id for control