Try the live demo @ http://ragulbalaji.com/worldscapes/
- Click anywhere to start
- Press
ESC
to pause the game - Movement:
W
A
S
D
or↑
←
↓
→
- Jump:
Spacebar
- Press
C
to toggle CREATIVE mode (flying versus walking)
First, change directory to the webserver
directory:
cd webserver
Then, install all of the required dependencies:
npm install
Finally, run the server:
npm start