New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

explorio

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

explorio

latest
Source
npmnpm
Version
0.0.1-alpha.17
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

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 explorio or npx 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 install and npm 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)

Keywords

explorio

FAQs

Package last updated on 24 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts