Dummyrunner / LandingGame

MIT License
0 stars 0 forks source link

enable key press detection #15

Closed Dummyrunner closed 1 week ago

Dummyrunner commented 1 week ago

Adressing Issue #6

To systemize the checks


if key x is pressed:
 # do stuff
if key x is not pressed:
 # do other stuff

classes are created to bundle expected key state and actions to perform in this case in a structured fashion. Example Application is demonstrated within main

Dummyrunner commented 1 week ago

wrong issue assignment