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

MVP Offline Game #10

Merged
merged 55 commits into from
Apr 10, 2024
Merged

MVP Offline Game #10

merged 55 commits into from
Apr 10, 2024

Conversation

sleipner01
Copy link
Contributor

Initial progress. Game with sprites, animations, music, game effects, views and buttons

hermanak and others added 30 commits March 19, 2024 20:44
Settings is a Singleton that currently only has volume which is a float to work well with the Sound Class.
SettingScreen is empty but was still added to so that it isn't forgotten.
…and treewithpowerups. logic on how powerup is obtained to be implemented more in the controller side
notify had to be changed to endNotification so that it wouldn't clash with 'notify()' in 'java.lang.Object' going forward
updated to my latest code
All methods should start with a verb
The Gvm is needed for he GameController
# Conflicts:
#	core/src/no/ntnu/game/Models/Settings.java
To be used for changing the value of the sound. Should maybe be changed to be created with abstractfactory
Seems like only the Knob gets to decide how tall the slider can be
This was done so that SettingsView actually has an effect on the settings.
The tree shouldn't be drawn continuously
Views constructors only known when the render method is called
It is unclear how the internal logic should work together with the tree
This is to show off that is works as intended, though the buttons are not involved in the current solution.
@sleipner01 sleipner01 added the enhancement New feature or request label Apr 10, 2024
@sleipner01 sleipner01 self-assigned this Apr 10, 2024
@sleipner01 sleipner01 merged commit d1625b1 into main Apr 10, 2024
@sleipner01 sleipner01 deleted the dev branch April 10, 2024 08:33
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 this pull request may close these issues.

None yet

4 participants