A hobby project for console games. New games are coming, hopefully 👉😌👉.
```rust
use console_games::game_manager::GameCenter;
fn main() {
}
```
List of available games:
[x] Guess the Word
[x] Guess the Number
```rust
use console_games::{games::guess_the_word::GuessTheWord, Play};
fn main() {
}
```