Skip to content

How to make this run on localhost

c0repwn3r edited this page Apr 29, 2021 · 3 revisions

some lines you need to change

organized by file

for linux

index.js

Comment out these lines:

image

Underneath them, change:

image

to:

image

client.js

Change:

image

to:

image

Move the entire repo to your Apache public doc directory.

Start index.js:

cd path/to/repo
sudo node .

If apache is running, game should now work.

Clone this wiki locally