server
server copied to clipboard
A voxel based game server.
I'm trying to start the server with `sbt run` as the readme states. But I get: ``` [ERROR] Failed to construct terminal; falling back to unsupported java.lang.NumberFormatException: For input string:...
The Konstructs project shares an affinity with [Terasology](https://terasology.org/). It might prove beneficial to join efforts, so that both games can reach a higher level than either could alone. Would you...
This requires a new release of the API
To accommodate more advanced use cases such as machines extend the inventory actor with new functionality. As a first step, add three different types of inventories that can be associated...
When a user logs in with a incorrect username or password, send a message to the client. Ref https://github.com/konstructs/client/issues/230
At the moment you need to read the server source, or look at already existing plugins to figure out how to write and install a plugin, this is no good...
To simplify infrastructure set up, use akka-http web socket support rather than TCP. WebSockets supports binary and text data, just as our own protocol, so we should reuse that fucntionality.
Make sure that a player can only move to where there is no collision.