rpgx 0.1.3

Lightweight, modular, and extensible RPG game engine 2D, designed for flexibility, portability, and ease of use.
Documentation
1
2
3
4
5
6
7
8
pub mod engine;
pub mod errors;
pub mod eucl;
pub mod factory;
pub mod library;
pub mod map;
pub mod prelude;
pub mod traits;