Hi. Thank you for sharing and open sourcing your work. Not sure where to start, but here goes.
I did a git checkout. The Cloak/index.html seems to want FyreVMWeb.js - so trying to compile it.
-
cd fyrevm-web/projects/Cloak of Darkness/javascript
-
tsc FyreVMWeb.ts
produces errors for me:
glulx-typescript/Output.ts(79,7): error TS2341: Property 'image' is private and only accessible within class 'Engine'.
I also note that
projects/stop-the-ifpress.fyrevm/FyreVMWeb.ts
projects/Cloak of Darkness/javascript/FyreVMWeb.ts
Are not the same. I'm sure more questions coming. Just wanted to get the ball rolling. Thank you again.
Hi. Thank you for sharing and open sourcing your work. Not sure where to start, but here goes.
I did a git checkout. The Cloak/index.html seems to want FyreVMWeb.js - so trying to compile it.
cd fyrevm-web/projects/Cloak of Darkness/javascript
tsc FyreVMWeb.ts
produces errors for me:
glulx-typescript/Output.ts(79,7): error TS2341: Property 'image' is private and only accessible within class 'Engine'.
I also note that
Are not the same. I'm sure more questions coming. Just wanted to get the ball rolling. Thank you again.