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

Debug Mode #19

Open
2 of 7 tasks
sturdy-robot opened this issue Mar 16, 2023 · 0 comments
Open
2 of 7 tasks

Debug Mode #19

sturdy-robot opened this issue Mar 16, 2023 · 0 comments
Assignees

Comments

@sturdy-robot
Copy link
Collaborator

sturdy-robot commented Mar 16, 2023

To create a prototype, we must set up a debug mode to test and debug the games components.

The debug mode should be composed of:

  • Home page for the debug components
  • Match simulation debug mode: pick random teams from the database and let them play a match automatically, without any user intervention to the game. UI should show the match description, current state of player's stamina, goals scored and any relevant match events.
  • Team formation debug mode: allow to set up a team formation and validate them.
  • Championship debug mode: allow to play an entire championship automatically to test background match simulation and test team's strengths.
  • Stats explorer: allow to test and explore the team statistics and player statistics.
  • Player profile debug: load player data and present it in a nice UI so we can view the game's players.
  • Team explorer: explore teams and see their squads.

These basic functions should be enough to test the game's main components. As we add new components to the prototype, we should add new pages to the debug mode.

@sturdy-robot sturdy-robot self-assigned this Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant