Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create GameManager with SceneManagement systems #17

Open
jChicote opened this issue Oct 22, 2023 · 1 comment · Fixed by #24
Open

Create GameManager with SceneManagement systems #17

jChicote opened this issue Oct 22, 2023 · 1 comment · Fixed by #24
Labels
enhancement New feature or request

Comments

@jChicote
Copy link
Owner

Description

We will need to design the visualiser aspect to be modelled after a game.

Acceptance Criteria

  • Can update and initialise
  • Services and required components are loaded at start
  • Gameobjects are rendering

Implementation

Create GameManager

  • Will house the core components or any engine components.
  • Services here will exist in a singleton pattern
  • Will have reference to the current scene manager
  • Functions here are strictly event based
  • In-charge with configurating all game / visualiser aspects

Create SceneManager

  • This component will keep track of the state of the game objects
  • Note: This might hold reference to a statemanager if in-game entities exist + repositories
  • Holds the main start and update loop. Which will be invoked by the main.js file
  • In-Charge with configurating the scene and objects
@jChicote jChicote added the enhancement New feature or request label Oct 22, 2023
@jChicote
Copy link
Owner Author

Scope change

The scene manager has been removed as there would be little functional difference between the GameManager and SceneManager currently.

@jChicote jChicote linked a pull request Oct 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant