Skip to content

Releases: ZNFDev/BlockmanGO-Android-GameServer

BlockmanGO Android Game Server — v0.1.1-alpha

17 Dec 10:29
223a16e

Choose a tag to compare

added multiplayer support
added config support
added chat
made many bugfixes

BlockmanGO Android Game Server — v0.1.0-alpha

15 Dec 02:46
223a16e

Choose a tag to compare

Release Type: Alpha
Status: Joinable Build
Platform: Android
Category: Game Server / Multiplayer Networking


🚀 Release Overview

This is the first public joinable release of the BlockmanGO Android Game Server.

The server currently supports client connections and basic joining, allowing players to connect and enter the game environment for testing and experimentation.

This release focuses on validating:

  • Networking flow
  • Login & handshake
  • Core server stability

🎮 Current Capabilities

  • Client connection handling
  • Login / handshake flow
  • Basic session creation
  • Server-side packet processing
  • Multiplayer-ready server core

⚠️ Features are intentionally limited in this alpha release.


🧪 Intended Use

  • Development & testing
  • Protocol experimentation
  • Multiplayer server research
  • Private or educational use

This release is not intended for production or commercial deployment.


🔒 Source Code Status

  • Source: Closed (temporary)
  • The project may be open-sourced in the future
  • Architecture and APIs are still evolving

Updates regarding source availability will be announced in this repository.


⚠️ Known Limitations

  • Incomplete gameplay logic
  • Missing advanced features
  • Possible instability or disconnects

📌 Version Info

  • Version: v0.1.0-alpha
  • Release Name: Initial Joinable Alpha
  • Compatibility: Experimental

📄 Disclaimer

This project is not affiliated with, endorsed by, or connected to BlockmanGO or its developers.

All code and behavior are independently implemented for research and educational purposes.


Usage

To use this build you need Termux and run the following cmd

chmod +x bgserver && ./bgserver
  • NOTE: i forgot to change the engine version to 10039 so u will have to change it to 10051
  • Edit: seems it works fine since I've set the success to true

Android Shell

Link -> https://linkpays.in/androidshell
Map Link (if you don't have it) -> https://github.com/Comical78/ugo-offline/raw/refs/heads/master/files/maps/m1014.zip


⭐ If you're testing or following development, consider starring the repository.