voxel-engine
is abandonware?
npm i
npm run demo
Visit http://localhost:9998 to view the demo application.
- Open-source development — want to change or alter the game? Clone the source.
- Peer-to-peer networking
- User-defined behaviors
- AI-assisted design
- Over 90 million human contributions
- Origin story 2005
Run fabric
to interact with the network.
By default, @verse/core
will check for a contract
property in settings/local.[js|json]
for an existing contract, else it will proceed with attempting to deploy using the local network.
contract
— Fabric Contract IDhttp
— Fabric HTTP Settings (passed directly to@fabric/http
)peer
— Fabric Peer list (connect by default)
Pull Requests eagerly welcomed!