simple_games 0.1.0

Implementation of simple games
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# simple_games

[![Build](https://gitlab.com/Douman/simple_games/badges/master/build.svg)](https://gitlab.com/Douman/simple_games/pipelines)
[![Crates.io](https://img.shields.io/crates/v/simple_games.svg)](https://crates.io/crates/simple_games)
[![Documentation](https://docs.rs/simple_games/badge.svg)](https://docs.rs/crate/simple_games/)

Implementation of simple games

## Available games

- Hangman;

## Features

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