-
Recent Posts
Recent Comments
Archives
Categories
Tags
Meta
Tag Archives: Game Loop
AWT GUI Facade (8): Keyboard and key sequences
In this post, I add the keyboard management to the facade, and I propose a way to detect key sequences. These sequences are used, for example, in games like Street Fighter II, where characters move according to specific key combos.
AWT GUI Facade (6): Mouse and Game Loop
After loading a level, I now propose to add interaction with the use of a mouse. This will be an opportunity to see two other patterns: the Observer Pattern to handle mouse events, and the Game Loop Pattern for synchronization … Continue reading