[][src]Crate mief

This is the main module of Mief, the Pong clone.

The entire crate is solely written as a binary and not intended to be used as a library. The purpose of this documentation is therefore to be used during development of Mief.

To build this documentation yourself, run cargo rustdoc -- --no-defaults --passes collapse-docs --passes unindent-comments.

Modules

application

The highest abstraction of the application logic, including window creation.

color

Color definitions.

elements

Elements of the game itself, such as the players and the ball.

execution_flow

Functions and types modifying the normal program execution flow.

Functions

main

Run Mief.