Page 1 of 1

Lost In Space OXZ

Posted: Tue Jun 03, 2025 8:48 am
by Wildeblood

Re: Lost In Space OXZ

Posted: Tue Jul 08, 2025 10:19 pm
by Cholmondely
So what does v.0.8 add?

Re: Lost In Space OXZ

Posted: Wed Jul 09, 2025 6:25 am
by Wildeblood
Cholmondely wrote: Tue Jul 08, 2025 10:19 pm
So what does v.0.8 add?
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.

In short (unless I broke something while extracting the descriptions.plist), my work here is done.