Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 384 Bytes

File metadata and controls

13 lines (10 loc) · 384 Bytes

Keyboard Interaction

Running the game

To run: python3 eventlist.py

How To Play

Keyboard Interaction is a demo of how to register input into pygame.

Controls

N/A

Issues

1. The UI crashes whenever a key is pressed

Whenever a key is pressed it should be registered in the top bar under last key pressed. However, the demo crashes instead.