MoralCode / BingoGenerator

A simple webapp that allows you to generate christmas movie bingo boards. More game modes coming soon.
https://bingo.adriancedwards.com
1 stars 0 forks source link

Plan out the board generation pipeline #7

Open MoralCode opened 2 years ago

MoralCode commented 2 years ago

might be useful to document how boards are generated.

  1. select game type
  2. select tiles
  3. randomize them
  4. insert free spaces

would there be utility in adding steps to this to allow for more features?