-
Recent Posts
Recent Comments
Archives
Categories
Tags
Meta
Tag Archives: Factory Method
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 (4): Draw with tiles
I continue the extension of the graphic facade (see previous article), with here the addition of a very classic form of drawing for video games: tiles. These make it possible to compose an image using small images called tiles. There … Continue reading
AWT GUI Facade (3): Display an image
The facade seen in the previous article has only an interface with its methods. It is also possible to enrich a facade with additional interfaces, connected to each other by various means. To illustrate it, I propose to add image … Continue reading