state: playing
Closed this issue · 4 comments
mwcz commented
The playing state is zoomed in on the screen
To complete this issue, create a function to "enter" the playing screen which does the following:
- zoom camera in until the monitor almost fills the viewport
- blank the monitor
- display some help text #14
- begin the timer
- respond to keypresses with #1
- respond to onValidCommand and onInvalidCommand by doing the following
- update the score
- add command entry to the screen (scroll up older entries to make room)
- at end of timer, display #20 and then move to leaderboard state
Jared-Sprague commented
mwcz commented
Enabled python, added timer and score during gameplay.
mwcz commented
Added sfx for good commands and bad commands. Sound for gold commands is also created but not being used yet.
mwcz commented
All the essential stuff for the play state is present, so I'm marking this done. We've got issues already for the other play-state-related stuff like juice and golden comamnds.