Skip to content

8 static openingclosing of the game#14

Merged
math0898 merged 3 commits intov1.2from
8-static-openingclosing-of-the-game
Mar 19, 2022
Merged

8 static openingclosing of the game#14
math0898 merged 3 commits intov1.2from
8-static-openingclosing-of-the-game

Conversation

@math0898
Copy link
Copy Markdown
Owner

  • Created GameEngine which is intended to be a collection of methods to create and manage a game window.
  • Started doing dependency inversion for Game.
  • Deprecated the abstract class Game so that GameInterface can take its name in v2... BasicGame will function the same as the old abstract Game.
  • Created and implemented the basic launchGameWindow() method. Requires all options to be specified.
  • Created and implemented stop() method.
  • Interfaced and implemented needed methods for the GameEngine.
  • Removed internal references to deprecated Game.

- Created GameEngine which is intended to be a collection of methods to create and manage a game window.
- Started doing dependency inversion for Game.
- Deprecated the abstract class Game so that GameInterface can take its name in v2.*.*. BasicGame will function the same as the old abstract Game.
- Created and implemented the basic launchGameWindow() method. Requires all options to be specified.
- Created and implemented stop() method.
- Interfaced and implemented needed methods for the GameEngine.
- Removed internal references to deprecated Game.
@math0898 math0898 added enhancement New feature or request minor version A implementation change, small new feature, optimization, or deprecation change. labels Mar 19, 2022
@math0898 math0898 added this to the v1.2.* milestone Mar 19, 2022
@math0898 math0898 self-assigned this Mar 19, 2022
@math0898 math0898 linked an issue Mar 19, 2022 that may be closed by this pull request
@math0898 math0898 changed the base branch from main to v1.2 March 19, 2022 01:39
@math0898 math0898 merged commit d63fdae into v1.2 Mar 19, 2022
@math0898 math0898 mentioned this pull request Mar 19, 2022
Merged
@math0898 math0898 deleted the 8-static-openingclosing-of-the-game branch March 19, 2022 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request minor version A implementation change, small new feature, optimization, or deprecation change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Static Opening/Closing of the game

1 participant