Crate tokyo

Source
Expand description

Unless you want to go extreme, you will not need to understand what are inside this file except the Handler trait. Any modifications you make in this file may result in some undefined behaviors or consequences. Do it as your own risk :)

Modules§

analyzer
behavior
geom
models

Traits§

Handler
Handler is provided as the trait that players can implement to interact with the game server.

Functions§

run
Begin the client-side game loop, using the provided struct that implements Handler to act on behalf of the player.