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

Add listener to GameEnd event, tracking stats #4

Open
FubyCutie opened this issue Jul 8, 2023 · 2 comments
Open

Add listener to GameEnd event, tracking stats #4

FubyCutie opened this issue Jul 8, 2023 · 2 comments
Assignees
Labels
feature Something we want to add

Comments

@FubyCutie
Copy link
Contributor

create a stats data class which will hold various details about a player which will be updated based on the data from a GameEnd event, each game will likely implement it's own gameEnd event, which will extend this main one, so they can include more details as needed

@FubyCutie FubyCutie self-assigned this Jul 8, 2023
@FubyCutie FubyCutie added the feature Something we want to add label Jul 8, 2023
@FubyCutie
Copy link
Contributor Author

somewhat done in c783cec

@FubyCutie
Copy link
Contributor Author

What format should the stats be in, a Comparable? This would allow for the most freedom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something we want to add
Projects
None yet
Development

No branches or pull requests

1 participant