Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i open the level-designer? #8

Open
Drachenbauer opened this issue Aug 30, 2023 · 5 comments
Open

How do i open the level-designer? #8

Drachenbauer opened this issue Aug 30, 2023 · 5 comments

Comments

@Drachenbauer
Copy link

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?

@frank-deng
Copy link
Owner

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

@Drachenbauer
Copy link
Author

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?

@frank-deng
Copy link
Owner

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.

@Drachenbauer
Copy link
Author

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

@Drachenbauer
Copy link
Author

Drachenbauer commented Oct 18, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants