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.
zoevig
2cc51d266a
|
2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago |
README.md
Functional
Open the project, and remove all the files except ai.js
.
Copy the game engine (index.html) to the root of the student's project.
Create a simple web server by running the following command. You will first need to cd
to the root of the student's project.
$ python3 -m http.server
Serving HTTP on :: port 8000 (http://[::]:8000/)