What is Endian

Endian is a project that I have been working on for a while now. It is a 3D space game that will have multiplayer, spaceships, guns, and more! I hope to build a smooth and robust voxel engine, and a solid player controller so that the game feels nice and snappy.

How it is Being Developed

I am building this version of the game using JavaScript, with the graphics library known as Three.js, paired with the physics library Cannon-ES. The game currently features the rudimentary game engine I have created, with multiplayer and simple game mechanics being implemented.

How to Play

You can play the game at endian.ratlabstudio.com. This is a public test site, so keep in mind that there will be bugs and errors at some points as I work on the game. If the site is down, it is likely due to a project pause. You can also download the repository and run the game locally as you please (instructions in the GitHub Repository).

Multiplayer

The multiplayer in this game is created with Socket.io, and players can play on various servers with each other. I would like to add co-op exploration, and player-versus-player combat to the engine for an enjoyable multiplayer experience.

Leave a Reply

Your email address will not be published. Required fields are marked *