zeek-the-geek
zeek-the-geek copied to clipboard
How do i open the level-designer?
You run this game here: https://frank-deng.github.io/zeek-the-geek/index.html But i cannot find a link to the level-designer there. How do i open it?
The designer was based on Python3 + TkInter. Haven't been ported to HTML5 yet.
I downloaded your proyect from here and was able to open the Designer from it's pyton file and save levels and levelpacks. How do i now open such a level-pack in the html5 game-screen? I added my packt to the main directory of the downloaded proyect, but running the html5 file with the game-description from the download does not make it loading the level-packs into the top left box. And i also don't know where to put my level-pack to make it appear in the linked online hosted instance of the html5 page. Can you please Help me?
Firstly you have to clone the code and run a local web server to get it run.
Secondly put your newly made puzzle pack into the root folder of the code, and add the name of your puzzle pack into puzzlePacks.json.
I don´t know how to make a local web server?
Now i finally made a local test-server and got it to work. But i wonder, why did you put the whole game.js in the main-directory into one line instead of giving it a formatting similar to the other js-files to make it better readable?