console-games 1.1.7

A collection of console games written in Rust
Documentation
1
2
3
4
5
use console_games::GameCenter;

fn main() {
    GameCenter::enter();
}