Lost In Space OXZ
Posted: Tue Jun 03, 2025 8:48 am
For information and discussion about Oolite.
https://bb.oolite.space/
It splits one file (lost_in_space.js) into three, by separating text strings into descriptions.plist, and test functions into lost_in_space_tests.js. So, now the main script only includes three functions: playerEnteredNewGalaxy, _renewSystem and _resetAllSystemsInGalaxy. Any future tinkerer, regardless of javascriphobia level, should be able to read it and intuit how it works.