Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexis-revival/hexagon
Work-in progress backend for hexis
https://github.com/hexis-revival/hexagon
backend game-server golang hexis raknet
Last synced: about 1 month ago
JSON representation
Work-in progress backend for hexis
- Host: GitHub
- URL: https://github.com/hexis-revival/hexagon
- Owner: hexis-revival
- License: mit
- Created: 2024-10-03T12:43:12.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T00:09:41.000Z (about 1 month ago)
- Last Synced: 2024-10-09T00:56:25.171Z (about 1 month ago)
- Topics: backend, game-server, golang, hexis, raknet
- Language: Go
- Homepage:
- Size: 299 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexagon
Hexagon is an ongoing private/replacement server project for the now-defunct game [Hexis](https://web.archive.org/web/20171120081249/http://hexis.dienay.net/). Hexis was a free-to-play rhythm game developed by Daniel (Dienay), drawing inspiration from both *[osu!](https://osu.ppy.sh)* and the Nintendo DS game *[Elite Beat Agents](https://en.wikipedia.org/wiki/Elite_Beat_Agents)*. The project was discontinued indefinitely in 2017, and very little information about it remains today.
It is recommended to set up this project using the [hexagon-deploy](https://github.com/hexis-revival/hexagon-deploy) repository, and use the `env_run.sh` command for development purposes afterwards. Please note that this project is still in early development and far from complete, as reverse engineering is a very time-consuming process.
## Credits
- The [go-raknet](https://github.com/sandertv/go-raknet) library, which the hexis game server relies on top of
- [tree](https://github.com/ascenttree) for helping out on a lot of the reverse engineering work