Allison Ryan
0d2a8c5f67
fix: move `SparkyComputer` sensor ( #386 )
3 years ago
Alejandro Santiago
7f25e2e39d
refactor: removed `ControlledFlipper` ( #343 )
...
* feat: implemented Flippers behaviors
* test: tested Flipper behaviors
* refactor: fixed typo
* refactor: removed unecessary import
* feat: removed and added behavior depending on game status
* test: renamed test
* test: changed golden path
* refactor: removed TODOs
3 years ago
Alejandro Santiago
a359a2ec06
fix: improved entering SpaceshipRamp consitency ( #385 )
3 years ago
Allison Ryan
b9a47b2489
feat: add `BonusBallSpawningBehavior` ( #378 )
...
* feat: add BonusBallSpawningBehavior
* refactor: remove on tick and remove behavior
* fix: impulse test
Co-authored-by: Tom Arra <tarra3@gmail.com>
3 years ago
Allison Ryan
cd1b0db515
chore: swap assets ( #379 )
...
Co-authored-by: Tom Arra <tarra3@gmail.com>
3 years ago
Alejandro Santiago
0534e2dd84
fix: flying ball when entering SpaceshipRamp ( #380 )
3 years ago
Jorge Coca
e20c231f51
fix: character selection order ( #383 )
3 years ago
Jorge Coca
1612bd971b
chore: cleanup public api docs annotations ( #382 )
3 years ago
Jorge Coca
22cb02dbc3
chore: remove TODO comments form the codebase ( #373 )
...
Co-authored-by: Tom Arra <tarra3@gmail.com>
3 years ago
Allison Ryan
b6ef9f73f6
feat: provide and listen to `CharacterThemeCubit` in game ( #375 )
...
* feat: connect game ball to theme selection
* chore: swap out ball assets
* chore: swap out flipper assets
* fix: ball spawn layer
* refactor: use readBloc and fix tests
* refactor: update ball sprite only
3 years ago
Felix Angelov
2d0d01fa06
feat(functions): add leaderboard cleanup function ( #376 )
3 years ago
Felix Angelov
aa0f5bc2f6
feat(pinball_flame): add readBloc extension ( #374 )
3 years ago
Jorge Coca
6f5bfd0d36
chore(leaderboard_repository): remove allowed words check ( #372 )
3 years ago
Allison Ryan
3b5af49756
refactor: `SparkyComputer` behaviors and removed `ControlledBall` ( #365 )
...
* refactor: sparky behaviors and remove controlled ball
* fix: test typo
* fix: PR suggestions
3 years ago
Felix Angelov
829dadd3d5
refactor: provide GameBloc in App ( #370 )
3 years ago
Allison Ryan
d634adec49
fix: ball disappearing behind dino ( #369 )
...
* fix: adjust dino dimensions so a ball can't get stuck
* fix: goldens
3 years ago
Felix Angelov
e46abc2937
chore(deps): upgrade to Flutter 2.10.5 ( #368 )
3 years ago
arturplaczek
b0e6dbfd5a
feat: added More Information (footer) dialog ( #363 )
3 years ago
Erick
1ce3b374ed
feat: adding sparky sfx ( #364 )
...
* feat: adding sparky sfx
* Apply suggestions from code review
* lint
* feat: better bonus sound implementation
* lint
3 years ago
Erick
8df797c2a0
refactor: perfomance improvement on `ZCanvas` ( #366 )
...
* refactor: perfomance improvement on z canvas component
* refactor: used binary search
Co-authored-by: alestiago <dev@alestiago.com>
3 years ago
Felix Angelov
b5a4911ab8
ci: remove trailing slash from flame git references ( #367 )
3 years ago
Jochum van der Ploeg
3ff0e5ef35
fix: keep focus on game ( #311 )
...
* fix: keep focus on game
* fix: keep focus on game
* fix: keep focus on game
* fix: keep focus on game
Co-authored-by: Tom Arra <tarra3@gmail.com>
3 years ago
Erick
be3a3b053d
feat: adding error component ( #355 )
...
* feat: adding error component
* Update packages/pinball_components/lib/src/components/error_component.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update packages/pinball_components/sandbox/lib/stories/error_component/error_component_game.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update packages/pinball_components/sandbox/lib/stories/error_component/stories.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* pr suggestions
* fix tests
* suggestions
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
3 years ago
arturplaczek
041f5b7c54
fix: hide GameHud on game over ( #361 )
3 years ago
Erick
f8b6234ab4
feat: adding leaderboard display ( #352 )
...
* feat: adding leaderboard display
* feat: pr suggestions
* fix: conflicts
* lint
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
3 years ago
arturplaczek
32498e2cd5
chore: `LinkBoxDialog` - generated files ( #360 )
3 years ago
Erick
07b8a45dd7
fix: flkay tests ( #362 )
3 years ago
alestiago
7d648a02e5
fix: flaky test
3 years ago
alestiago
f862b0af36
refactor: snapped on resize
3 years ago
alestiago
40ba494d44
refactor: reused position vectors
3 years ago
alestiago
16b8cf87ba
refactor: adjusted GameOver zoom
3 years ago
alestiago
242809086a
test: fix flaky test
3 years ago
alestiago
50a3097077
fix: added resizing logic
3 years ago
arturplaczek
ca1f0c31da
fix: add Row above FittedBox to align `ScoreView` to left ( #351 )
3 years ago
arturplaczek
81c017cce7
fix: change selected character speed to 12 fps ( #348 )
3 years ago
Allison Ryan
e6005cd735
refactor: add new background and reposition components ( #356 )
...
* refactor: new asset and shape resize
* refactor: add background and move components to match
* chore: update goldens
* chore: swap out computer glow
* chore: pubspec
3 years ago
Alejandro Santiago
b3136e5857
chore: migrating to `flame_bloc` 1.4.0 ( #357 )
...
* refactor: migrating to flame_bloc
* test: passed all tests
* test: updeted ControlledFlipperTest
* test: tested FlameProvider
* test: awaited loading
* test: waited loading ScoreBehavior
* refactor: removed unused files
* refactor: removed FlameBlocTester
* refactor: moved helper
* test: fixed typo name
* refactor: renamed file name to bumper_noise_behavior_test.dart
* refactor: renamed to TestDebugPinballGame
* refactor: removed uncessary KeybordHandler mixin
* refactor: removed unecessary imports
* test: removed testGameWidgets
3 years ago
Erick
0f12e00aff
refactor: replacing google sfx ( #354 )
3 years ago
Allison Ryan
a7150279c8
fix: render issue ( #350 )
3 years ago
Erick
135b4ed5c2
refactor: renaming noisy to noise ( #353 )
3 years ago
Erick
df7408728e
feat: adding `Plunger` sound effects ( #324 )
...
* feat: adding launcher sfx
* Apply suggestions from code review
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
* fix test
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
3 years ago
Alejandro Santiago
ace61193fb
refactor: removed `GameBallsController` ( #349 )
3 years ago
arturplaczek
28606241df
fix: update fonts size on game hud ( #347 )
3 years ago
Alejandro Santiago
3465c9f1e7
refactor: implemented `CameraFocusingBehavior` ( #346 )
3 years ago
Erick
79da2e9234
feat: game over voice over ( #320 )
...
* feat: game over voice over
* docs nits
* fixing rebase
3 years ago
Allison Ryan
391f9cac8f
refactor: input letter looping and reverse direction ( #335 )
...
* refactor: letter looping and reverse direction
* doc: update test comments to match changes
3 years ago
Erick
e9b902355d
feat: user initials submission ( #341 )
...
* feat: initial implementation
* feat: tests
* fix: lint
* fix: removing wrong commited images
* feat: pr suggestions
* feat: PR suggestions
* Apply suggestions from code review
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* fix
* pr suggestions
* fixing comments
* pr suggestions
* lint
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
3 years ago
Alejandro Santiago
2ad0196e44
refactor: include `GameStatus` on `GameBloc` ( #345 )
3 years ago
Erick
34d0e7d65a
feat: improving pinball audio code and loading ( #325 )
...
* feat: improving pinball audio code and loading
* fix: some errors
* refactoring the solution
* Apply suggestions from code review
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
* fix: tests
* fix rebase
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
Co-authored-by: Tom Arra <tarra3@gmail.com>
3 years ago
Jochum van der Ploeg
9d98ff37fb
fix: `Plunger`'s pull not correctly working on some devices ( #321 )
...
* fix: plunger's pull not correctly working on some devices
* fix: plunger's pull not correctly working on some devices
* fix: plunger's pull not correctly working on some devices
Co-authored-by: Tom Arra <tarra3@gmail.com>
3 years ago