Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Hinix a game #84

Open
aviaryan opened this issue Dec 6, 2016 · 1 comment
Open

Make Hinix a game #84

aviaryan opened this issue Dec 6, 2016 · 1 comment
Milestone

Comments

@aviaryan
Copy link
Owner

aviaryan commented Dec 6, 2016

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 ?

@saurabhjn76
Copy link
Collaborator

saurabhjn76 commented Dec 7, 2016

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.. .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants