Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmclvg/voex

VÖX. A multiplayer sandbox voxel engine made with löve ♥️💚💙
https://github.com/dmclvg/voex

g3d game love2d multiplayer voxel

Last synced: about 1 month ago
JSON representation

VÖX. A multiplayer sandbox voxel engine made with löve ♥️💚💙

Awesome Lists containing this project

README

        

# Vöx

A simple multiplayer sandbox voxel game/demo made with [LÖVE](https://love2d.org) using [g3d](https://github.com/groverburger/g3d) ❤️💚💙

This is a fork of [g3d_voxel](https://github.com/groverburger/g3d_voxel) that aims not to be particularly fast or minimal, but to be playable locally or remotely with other players.

The server and client operate using lua-enet, and there is (currently) no way play as singleplayer.

## Issues
If you face any problems, please open an issue. Thanks

## How to run

Clone this repository onto your machine with:

`$ git clone https://github.com/DMClVG/voex.git voex`

To start the server, run:

`$ cd voex && love server [port]`

And for the client, do:

`$ cd voex && love client [address] [port] [username]`

Enjoy
![VÖX](/screenshots/01.png)