gricha2380 / regex

https://gricha2380.github.io/regex/demo
0 stars 0 forks source link

Build level specific goals #27

Closed gricha2380 closed 6 years ago

gricha2380 commented 6 years ago

Feature of story mode & quiz. Requires set range of words (not arcade mode). Check results of player's regex to results of predetermined results to determine win condition. Give users feedback when they're getting close? Each level goal can have 5 variations minimum to have good player experience. Stretch goal: Classify in object by easy medium, hard. If user does well, ramp difficulty. If they're doing bad, lower it.

Goal examples:

gricha2380 commented 6 years ago

Build the end condition into the game object with goal array. Check it in endTurn loop.

gricha2380 commented 6 years ago

Basic functionality implemented a few weeks ago. This was kept open because the specific level goals haven't yet been decided, but that's actually outside the core scope of the ticket.