explorio
v0.0.1-alpha.17
Published
<div style="text-align: center">
Maintainers
Readme
Explorio
Explorio is a 2D block game
Running a server
- Get in the directory where you want to run the server.
- Run
npm init -y && npm install -g explorio - Run
explorioornpx explorio - Voilà! The server is up and running
How to play?
- Open up the client (Click to learn more)
- Press Singleplayer
- Press New World
- Name your world
- Optionally select a seed
- Press Create World
- Click your world in the world list
- Voilà! You're in the game
How to connect to a server?
- Open up the client (Click to learn more)
- Press Multiplayer
- Press New Server
- Name the server
- Enter server IP and port
- Press Add Server
- Click the server in the server list
- Voilà! You're in the game
What's a client and where to find it?
The client is hosted statically by GitHub Pages on https://oguzhanumutlu.github.io/explorio
You can also find hosted clients outside GitHub Pages and use them. Though keep in mind that using third party clients is risky.
Running/modding the client locally
- Clone this repo (Click to view repository)
- Run
npm installandnpm run dev - Open http://127.0.0.1:1923
- Now you can make modifications to the client and reload the page
- Optionally disable Firewall for 1923 for anyone to use your client via your local network (and IP)
