zeek-the-geek icon indicating copy to clipboard operation
zeek-the-geek copied to clipboard

How do i open the level-designer?

Open Drachenbauer opened this issue 2 years ago • 5 comments
trafficstars

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?

Drachenbauer avatar Aug 30 '23 20:08 Drachenbauer

The designer was based on Python3 + TkInter. Haven't been ported to HTML5 yet.

frank-deng avatar Aug 31 '23 01:08 frank-deng

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?

Drachenbauer avatar Aug 31 '23 13:08 Drachenbauer

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.

frank-deng avatar Sep 16 '23 04:09 frank-deng

I don´t know how to make a local web server?

Drachenbauer avatar Sep 16 '23 19:09 Drachenbauer

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?

Drachenbauer avatar Oct 18 '23 21:10 Drachenbauer