Third Party Examples
Community contributed Dedicated Game Server examples on Code Blind.
Integrations with other projects
Minetest
- Minetest is a free and open-source sandbox video game available for Linux, FreeBSD,
Microsoft Windows, MacOS, and Android. Minetest game play is very similar to that of Minecraft. Players explore a blocky 3D world, discover and extract raw materials, craft tools and items, and build structures and landscapes.
- Minetest server for Code Blind is an example of the Minetest
server hosted on Kubernetes using Code Blind. It wraps the Minetest server with a Go binary, and introspects stdout to provide the event hooks for the SDK integration. The wrapper is from Xonotic Example with a few changes to look for the Minetest ready output message.
You will need to download the Minetest client separately to play.
Quilkin
You will need to download the Xonotic client to interact with the demo.
Shulker
- Shulker is a Kubernetes operator for managing complex and dynamic Minecraft
infrastructure at scale, including game servers and proxies.
- It builds on top Code Blind
GameServer
and Fleet
primitives to provide simplified abstractions specifically tailored
to orchestrating Minecraft workloads.
Shulker requires you to have a genuine Minecraft account. You’ll need to purchase the game
to test the “Getting Started” example.
Last modified February 28, 2024:
initial publish (7818be8)