durak 1.0.0

tui card game 'durak'(fool) built with ratatui.
1
2
3
4
5
6
7
8
9
10
pub mod input;
pub mod render;
pub mod state;

mod ai_handler;
mod app_core;
mod game_actions;
mod game_loop;

pub use app_core::App;