CodeMOOC / TreasureHuntBot

Telegram bot for the “Code Hunting Games” at the Urbino CodeMOOC Summer School.
MIT License
9 stars 4 forks source link

Assign riddles per-event and per-game #10

Closed LorenzCK closed 6 years ago

LorenzCK commented 7 years ago

Currently riddles are assigned per-group and per-event: i.e., each riddle can be assigned only once to each group. This assumes that groups will only participate to one game inside the same event. The assigned_riddles table should be changed in order to make groups participate to more games of the same event (in the case of recurring games, for instance).