macroquad_server_handler 0.1.0

A lightweight multiplayer server handler for Macroquad. Built by me — feedback and improvement tips are always welcome!
Documentation
1
2
3
4
5
6
7
8
pub mod prelude;
pub mod data_types;
pub mod tiles;
pub mod traits;
pub mod utils;
pub mod server_handler;

pub use prelude::*;