rsnaker 0.2.1

A good old retro Snake in terminal UI
Documentation
1
2
3
4
5
6
7
8
9
pub mod customized_with_doc;
pub mod customized_with_edit;
pub mod customized_with_fruits;
pub mod customized_with_highscore;
pub mod customized_with_speed;
/// An as generic as possible table for parameter implementation, data are loaded in `parameter_helper`,
/// as long as (control, apply: wip (take a &mut self) and footer
pub mod generic_logic;
pub mod generic_style;