numples 1.2.0

Yet another colourful sudoku playing game.
Documentation
mod anim;
mod board_cell;
mod board_wrapper;
mod cell;
mod colors;
mod cursor;
mod direction;
mod error_cell;
mod inner_board;
mod level;
mod shapes;

pub use self::board_cell::BoardCell;
pub use self::board_wrapper::Board;
pub use self::colors::Colors;
pub use self::cursor::Cursor;
pub use self::direction::Direction;
pub use self::error_cell::ErrorCell;
pub use self::level::Level;
pub use self::shapes::Shapes;