Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerc/egma
Game network engine
https://github.com/zerc/egma
Last synced: 23 days ago
JSON representation
Game network engine
- Host: GitHub
- URL: https://github.com/zerc/egma
- Owner: zerc
- Created: 2018-08-27T19:44:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:00:10.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T03:24:40.840Z (5 months ago)
- Language: C++
- Homepage: https://zerc.github.io/egma/
- Size: 8.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/zerc/egma.svg?branch=master)](https://travis-ci.org/zerc/egma)
# Egma
The word stands for `game` but with all consonants in the middle for fun purposes. The goal of the project is to learn how to implement a general purpose network engine for multiplayer games.
Different stages of the project shall be described in separate articles within `doc` directory. For convenience, the index shall be listed here down below.
A quick demo of the latest build:
![demo](docs/demo-v01.gif)
# Articles
0. [Introduction](/docs/001-Introduction.md)