https://github.com/phaethix/herostory-server
A lightweight MMORPG game backend server that supports multi-player online gameplay.
https://github.com/phaethix/herostory-server
backend game-server go mmorpg multiplayer network
Last synced: 3 months ago
JSON representation
A lightweight MMORPG game backend server that supports multi-player online gameplay.
- Host: GitHub
- URL: https://github.com/phaethix/herostory-server
- Owner: phaethix
- License: mit
- Created: 2025-09-27T06:13:40.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2026-03-25T02:45:15.000Z (3 months ago)
- Last Synced: 2026-03-29T13:40:23.451Z (3 months ago)
- Topics: backend, game-server, go, mmorpg, multiplayer, network
- Language: Go
- Homepage:
- Size: 2.44 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HeroStory Game Server



A lightweight MMORPG game backend that supports multi-player online gameplay, character management, real-time communication, and combat logic expansion.

## Quick Start
- Install dependencies
```bash
go mod tidy
```
- Start the server
```bash
go run ./cmd/biz_server
```
- Select a character
> http://cdn0001.afrxvk.cn/hero_story/demo/step020/index.html?serverAddr=127.0.0.1:12345
## License
Developed for learning purposes based on [hjj2017/hero_story.go_server](https://github.com/hjj2017/hero_story.go_server). For practice only.