A simple web based socket.io game
The world is procedural and made of askii art characters. Multiple players can join the world from phone or laptop
using the port 2000
. You can then move and jump around interacting with the world.
- Clone the repositry.
- Install Node.js from (https://nodejs.org/en/download/)
- Run the command in the directory:
npm install
- Next just run the command
node server.js
to start the server - Connect to the server using
localhost:2000