Expand description

This is the graphical client for playing the game.

For the actual game logic, see also the server and common crates.

Modules

renderer 🔒

Drawing utilities.

sprites 🔒

Sprite loading functions.

Structs

Wrapper for fontdue errors which implements Error and Display.

Wrapper for sdl2 errors which implements Error and Display.

Functions

The main function that runs the game’s graphical client.

main 🔒

Simple wrapper around fallible_main, shows a message box containing the error if fallible_main returns an error.