Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ♥️💚💙
- Host: GitHub
- URL: https://github.com/dmclvg/voex
- Owner: DMClVG
- Created: 2022-08-14T18:19:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T13:53:34.000Z (over 1 year ago)
- Last Synced: 2023-10-28T14:42:51.817Z (over 1 year ago)
- Topics: g3d, game, love2d, multiplayer, voxel
- Language: Lua
- Homepage:
- Size: 811 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)