[][src]Crate simple_games

Simple games implementations

Available games:

Features:

  • std - Enables usage of standard library. Without it requires alloc module. Enabled by default.

Re-exports

pub use hangman::Hangman;

Modules

hangman

Hangman game module