Becca needs a bingo card style game producing for use in class.
This is a lazy Saturday-afternoon quick project to produce what she needs in a browser, such that we can hit Print, get a number of cards, then refresh and generate some new ones.
It uses the Open Dyslexic font on the basis that I'm a strong believer in the fact that all children in class should have materials that are as accessible as possible, and if changing the font facilitates that somewhat, then good.
Future things to think about:
- Model the concept of the word entries better, something like a
SpellingWord
class that has aCorrect
property to return the real deal, and all of the suggested bad spellings in another list - Admin page to maintain the word lists without needing to touch the code
- An algorithm to produce cards with different rule sets:
- 5 in a column
- 5 in a row
- 5 on a diagonal
- other...
It's C# - grab the repo, fire it up from your IDE of choice (Jetbrains Rider is free for personal use nowadays) or drop to a terminal and dotnet run
it. Each page refresh will generate a new list of cards for you.