You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
This is a very simple enhancement. You can look up levels.js and add more levels there. Make sure though, that the level is solvable and the intended solution is the best solution.
P.S.: Try to come up with innovative ideas and possibly add more types of obstacles!
The text was updated successfully, but these errors were encountered:
I am working to add 3 more levels to reflexio.
I do have an issue of my own, however - every time I try to add a level [which I do by else if (levelNumber ==7), then copy-pasting the info from a level 6, and editing it afterwards.] and then try to play the game, it freezes when I attempt to click "Play."
As a sidenote, do you know any editors that I could use to edit the game live?
Try debugging values into the console. I also had similar issues while I was making the game and I had to dump the variables into console to see what the error was.
Regarding an editor, unfortunately, I don't there is an editor which would edit this game live.
This is a very simple enhancement. You can look up
levels.js
and add more levels there. Make sure though, that the level is solvable and the intended solution is the best solution.P.S.: Try to come up with innovative ideas and possibly add more types of obstacles!
The text was updated successfully, but these errors were encountered: