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

Downloadable version to play offline. #9

Open
JazzfanRS opened this issue May 1, 2023 · 3 comments
Open

Downloadable version to play offline. #9

JazzfanRS opened this issue May 1, 2023 · 3 comments

Comments

@JazzfanRS
Copy link

JazzfanRS commented May 1, 2023

How can I play offline on a Windows PC? I don't know anything about Linux or programming languages. I understand it's HTML5, which I also don't know how to write, but I know I should be able to have everything locally sourced.

EDIT: Included what OS I use and the limits of my programming.

@robzino
Copy link

robzino commented Jan 20, 2024

Just use in a docker file -

Dockerfile:
FROM nginx:latest
COPY ./src /usr/share/nginx/html/src/

(./src is the folder where all the LR source code is)

then run: docker build -t loderunner:latest .
then run: docker run -d -p 8080:80 loderunner

then in browser: http://localhost:8080/src/lodeRunner.html

@JazzfanRS
Copy link
Author

Thank you. Still beyond me. I know nothing about programming. Actually forgot I left this request.

@cibersheep
Copy link

On Linux I could manage to accomplish on a terminal.

clone and cd into folder

python3 -m http.server 9000
browse http://localhost:9000/lodeRunner.html

et voilà

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

3 participants