Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggest 'getting started' doc or part of README #1

Open
BroadcastGames opened this issue Oct 4, 2016 · 3 comments
Open

suggest 'getting started' doc or part of README #1

BroadcastGames opened this issue Oct 4, 2016 · 3 comments

Comments

@BroadcastGames
Copy link

BroadcastGames commented Oct 4, 2016

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.

  1. cd fyrevm-web/projects/Cloak of Darkness/javascript

  2. 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.

@ChicagoDave
Copy link
Owner

At this point, Cloak of Darkness is the latest working code. The other examples are incomplete at best.

@ChicagoDave
Copy link
Owner

I passed the error on to Thilo as that's in the glulx-typescript repo.

@ChicagoDave
Copy link
Owner

As a temp fix, you can change Engine.ts line 221 from:
private image: UlxImage;
to
public image: UlxImage;

Until Thilo fixes is properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants