Skip to content

jeromeetienne/mmo3d

Repository files navigation

chat and fight

Chat and fight is a multiplayer game in webgl. it is very hackable. other people can easily do their own world.

see homepage for more details.

how to make your own world

Step 1: clone the code

git clone [email protected]:jeromeetienne/mmo3d.git

Step 2: run the server

cd mmo3d
make server

Step 3: copy an existing world

cp -a public/montain public/foobar

Step 4: modify code of foobar world to fit your need

use your text editor in public/foobar :)

Step 5: check your result

point your browser here

Step 6: publish it

you do that whereever you want. Personnaly i go for nodejitsu, they got free hosting for opensource.

make deploy

About

multiplayer game in webgl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published