AirsoftTimer software based on mbed
Dependencies: mbed TextLCD keypad
Diff: games/CatchItKeepIt.cpp
- Revision:
- 27:f29805113454
- Parent:
- 12:22e9ef610ea2
diff -r 1c7f293ba49c -r f29805113454 games/CatchItKeepIt.cpp --- a/games/CatchItKeepIt.cpp Mon May 25 20:53:28 2015 +0000 +++ b/games/CatchItKeepIt.cpp Thu Feb 09 12:28:56 2017 +0000 @@ -27,8 +27,13 @@ void CatchItKeepIt::run(){ while(true){ // wait for code input - // count down - // beep + // count down and beep + // wait for code + // repeat // don't return from this function yet (only if the game ends); } +} + +void end(){ + // show winner } \ No newline at end of file