mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.2 KiB
2.2 KiB
Functional
Open the project, and delete index.html
if it exists.
Copy the game engine (index.html) to the root of the student's project.
Create a simple web server by running the following command:
$ python3 -m http.server
Serving HTTP on :: port 8000 (http://[::]:8000/)