You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the number of words now formed in a grid is way higher than what user can ever reach , we can make Hinix a game where user will be given some x seconds and they will have to reach as maximum percentage as possible of high score.
Or some other formula like ( (cur_score) + (cur_score/high_score) * cur_score )
Easy, medium and hard can be situations where
Easy = min word len 4, grid size 4
Medium = min word len 4, grid size 5
Hard = min word len 5, grid size 6
I believe making Hinix a game will make it more exciting and will keep users hooked on the app. Maybe we can have global leaderboards later on.
We can introduce levels based on cumulative star system, where some threshold stars are needed to unlock a particular level.Stars in current level will be awarded based on formula mentioned above. Then later we can go for some lifelines, like adding one minute and so on.. .
Since the number of words now formed in a grid is way higher than what user can ever reach , we can make Hinix a game where user will be given some x seconds and they will have to reach as maximum percentage as possible of high score.
Or some other formula like ( (cur_score) + (cur_score/high_score) * cur_score )
Easy, medium and hard can be situations where
Easy = min word len 4, grid size 4
Medium = min word len 4, grid size 5
Hard = min word len 5, grid size 6
I believe making Hinix a game will make it more exciting and will keep users hooked on the app. Maybe we can have global leaderboards later on.
@Nilesh4145 @saurabhjn76 @RajuKoushik views ?
The text was updated successfully, but these errors were encountered: