You’re describing two different problems. You say that you can’t get the editor to work “or anything else.”
-
The editor hasn’t been updated in years; I didn’t know people still used it! CSIDE and Chronicler are much more popular at this point. If you really want to use the editor, you can jump through some hoops to get it to work using the new
node serve
command I built last night. If you runnode serve
and then replaceweb/mygame/index.html
in your browser witheditor.html
, it will work in the very latest ChoiceScript from a few minutes ago.(I notice that your screenshot shows that you’re using version
1cfa72f
which is from July 17. You’ll want the very latest version.) -
As for “anything else,” in the version you have, the game itself should open and display images if you open
index.html
, QuickTest should work if you openquicktest.html
, RandomTest should work if you openrandomtest.html
, and game compiling should work if you opencompile.html
. If you’re having trouble with anything except the editor, I’d need more detail about the problem.