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

Complete One Iteration of the Game Loop #13

Closed
gbroques opened this issue Mar 25, 2018 · 0 comments
Closed

Complete One Iteration of the Game Loop #13

gbroques opened this issue Mar 25, 2018 · 0 comments
Projects

Comments

@gbroques
Copy link
Owner

gbroques commented Mar 25, 2018

It would be simpler only complete one iteration of the game loop first.

Start with an arbitrary position, for example 3.

  1. Play 3 notes of the song.
  2. Wait for the player to match those 3 notes.
  3. Wait for Cozmo to match those 3 notes.

If either the player or Cozmo gets the sequence wrong, then exit the game.

The interaction for playing an incorrect note is taken care of by issue #7 and can be completed later.

@gbroques gbroques mentioned this issue Mar 25, 2018
@gbroques gbroques added this to To do in Song Match Mar 25, 2018
This was referenced Mar 25, 2018
gbroques added a commit that referenced this issue Apr 3, 2018
Song Match automation moved this from To do to Done Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Song Match
  
Done
Development

No branches or pull requests

1 participant