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

Game settings, game starts, and game over pages #17

Open
nadeemkhedr opened this issue May 1, 2017 · 0 comments
Open

Game settings, game starts, and game over pages #17

nadeemkhedr opened this issue May 1, 2017 · 0 comments
Assignees

Comments

@nadeemkhedr
Copy link
Owner

nadeemkhedr commented May 1, 2017

Context

We want the game to be functional, start with an empty board and show a game start screen (same as the game end screen but with a different title) that has some pre-defined options, the options for starting a new game are:

  • easy (generate 1 block that has 4-6 words and expires in 20 seconds)
  • medium (generate 1 block that has 4-6 words and expires in 10 seconds)
  • hard (generate 2 blocks that have 4-6 words and each expires in 20 seconds)

to choose any option you just type a shortcut and a countdown from 3 appears then the game starts

Development

  • when the game starts autofocus on the input
  • create a new game reducer has the following
    • gameState (new, gameover, inprogress, aboutToStart)
    • blocks (based on the difficulty the user chooses)
    • timePerBlock( based on the difficulty the user chooses)
@nadeemkhedr nadeemkhedr self-assigned this May 1, 2017
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

1 participant