immanuelqrw / Horus

HexBingo
GNU General Public License v3.0
0 stars 0 forks source link

Add interface for Randomization #19

Open immanuelqrw opened 4 years ago

immanuelqrw commented 4 years ago

Description

Add interface to allow custom randomization based on seed

Details

Randomization based on seed is integral to board generation algorithms and strategies. Having a small interface for a helper would allow separation and configuration.

Acceptance Criteria

Tasks