-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
currently (almost?) everything is pub... yeah, I was lazy.
possible steps forward:
- remove all
pub cargo check- add
pub(crate)as necessary GOTO 2- play-test each level
- add
pubas necessary GOTO 5
known items that must be pub:
- top-level crate re-exports:
pub use actions::Direction;
pub use floor::Tile;
pub use game::Game;
pub use player::Player;
pub use unit::UnitType;
pub use warrior::Warrior;-
all methods of
warrior::Warrior -
game::Game::playmethod
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers