HaroldPutman / bingo-cards

Bingo Game
http://bingocard.me
3 stars 2 forks source link

"prompts" instead of "clues" #23

Closed HaroldPutman closed 4 years ago

HaroldPutman commented 4 years ago

This is not a user-facing issue. When originally writing this I called the things in the squares "clues" for lack of a better name. I think prompts is more better. Change all references in the code. This would also change the URL parameter from cluefile= to prompts=.

Might also want to reconsider whether the prompt file is a load time or a build time parameter. Realistically you'd need a code change to build bingo for another domain. Unless you could pull the json from another source by specifying a URL instead of a filename.