8000 GitHub - otie173/odncore: The server core for my Odinbit sandbox game. The core is built on WebSocket and is under active development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

The server core for my Odinbit sandbox game. The core is built on WebSocket and is under active development.

License

Notifications You must be signed in to change notification settings

otie173/odncore

Folders and files

Name 8000 Name
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1730741125721

The idea

The idea of the server is to be easy to use and understand.

Unlike servers of other games like Minecraft where the server controls all game logic, Odncore serves as a bridge between clients. It simply:

  • passes packets from client to client
  • allows clients to process these packets

This makes the server not the most important part of the system, but rather a facilitator of communication between clients.

Introduction

In the docs/ folder you can find information such as:

  • how the server's API works
  • how does the server architecture work and why is this the case?
  • what incoming and outgoing network packets exist and their description
  • how to set up the config and what each setting is responsible for

About

The server core for my Odinbit sandbox game. The core is built on WebSocket and is under active development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

0