anki / cozmo-python-sdk

Anki Cozmo Python SDK
Other
662 stars 430 forks source link

Max/cozmo 12493 quick tap #140

Closed maxcembalest closed 7 years ago

maxcembalest commented 7 years ago

the QuickTap app has these classes: QuickTapGame : main part of the program, game logic QuickTapPlayer : keeps track of a player's score, and timestamp for when they tapped their cube CozmoQuickTapPlayer : inherits from QuickTapPlayer, with additional methods to determine and call Cozmo's taps and animation reactions to each round BlinkyCube : same as the class in the cube_blinker tutorial, with the additional method countdown, which is what is used to signal the start of each round.