Deeplocal / android-things-handbot

Android Things HandBot
MIT License
2 stars 3 forks source link

Should "mirror" be a game #9

Closed proppy closed 6 years ago

proppy commented 6 years ago

Maybe it could simplify the transition logic in https://github.com/Deeplocal/android-things-handbot/blob/master/app/src/main/java/com/example/sewl/androidthingssample/StandbyController.java if everything you do is implemented as a Game?

sewl-dl commented 6 years ago

@proppy -- I like the idea, but the mirroring doesn't really follow a game pattern (with a beginning, a game flow, and a game over). I started pulling out the mirroring logic just to see what it would look like and it ends up being more code with empty Game method callbacks.

proppy commented 6 years ago

make senses!