Thanks, but not sure that’s the same issue as mine. I’m on a fresh install and wanting to just navigate into the javascript or python existing courses on a fresh install to test the very first level/gameplay. That seems to be others that have gotten further than me and are wanting to add new courses / languages?
Oh… wait, I think i see what you are saying. “Those models aren’t included in the database dump”. so the git clone doesnt have any courses at all to work with? Not even the first level that’s available to unpaid accounts?
I guess so.
Although the game engine is free and open source, the level contents have rights reserved. Hence, only a few levels are available in the public DB dump for development and testing purposes. My interpretation of the linked issue is that the public dump does not contain any course and there is no easy way to create one. I’ll verify whether this is the case when I’m home.
Thanks! I cant seem to get to any levels to explore to workings of the system. Seems only the shell of the site as it were. Where does one access the few levels available in the public DB dump? I tried under courses, under play, under create class, cant seem to find a way too actually “play” anything on. That’s what I was really interested in looking into was the whole gameplay mechanics of it and creating levels and seeing how they were constructed, etc.
That is a good point—that is likely a side-effect of a recent change that now redirects /play to the courses version if you have never played the campaign version before (which is the case when you make a fresh install). Perhaps someone can confirm this (cc @nick).
For now, you can open http://localhost:3000/play/dungeon directly. The first two levels should be playable. Summit’s Gate is also playable (in the /mountain area). I don’t recall whether there are more campaign levels in the public dump but you can find them in the levels collection in MongoDB.
If you sync your fork, the code which defaults you to playing courses instead of campaign shouldn’t be active (that was just during early December for Hour of Code). Could that have been why it was redirecting you?