Structs§
- BinBoard
- Board using height*width/4 bytes of memory
- Board
Display - Wrapper for
Display
forBoard
s - Edited
Board - Mirror of a board with a few modifications
- Hash
Used Situations - HashSet for used situations
- Similar
Situations - Iterator for similar situations
- Simple
Game - Simple game using HashUsedSituations and EditedBoard
- VecBoard
- Board using height*width bytes of memory
Enums§
Traits§
- Board
- Rectangular game board
- Game
- Podch game
- Used
Situations - Container for used situations and similar to them
Type Aliases§
- Move
Result - Result of a move attempt