mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Since this format both is easier to write, more widely known and actually can be read without problems "raw". Only thing that doesn't really work when reading the raw markdown is the links, since we need to use the @ref format.
422 B
422 B
Overview
Cyphesis is a lightweight MMORPG engine. It has a high performance and very flexible core written in C++, and a broad Python scripting interface for implementing game functionality. The application is single threaded, and handles network traffic using a polling mechanism.
- [World model](@ref arch_world)
- [Script interface](@ref arch_script)
- [Network code](@ref arch_network)