Page 1 of 1

Create a basic JavaFX action game using the abstract factory and visitor design patterns, the player should be represent

Posted: Wed Apr 27, 2022 3:46 pm
by answerhappygod
Create a basic JavaFX action game using the abstract factory and visitor design patterns, the player should be represented by a green circle and enemies by red circles and bullets can be rectangles of any color, your free to decide what happens in the game, game can either be user controlled or facilitated by an Animation Time. Your game must have a starting and ending state while keeping track of the players score and health.