Erick
52085fdfd3
refactor: renaming to `PinballPlayer` to `PinballAudioPlayer` ( #396 )
...
* refactor: renaming to
* fix merge
* lint
* suggestions
* suggestions
* suggestions
3 years ago
Jorge Coca
f517f7e4a3
fix: more information dialog divider has fixed width ( #397 )
3 years ago
Alejandro Santiago
8920689de4
refactor: removed RampScoringSensor ( #395 )
3 years ago
Jorge Coca
28a3c15fe2
refactor: improve performance of loading screen and load I/O Pinball asset ( #394 )
3 years ago
Alejandro Santiago
2284f57ac2
fix: made Flippers start from bottom position ( #392 )
3 years ago
Alejandro Santiago
f7f8661d81
feat: implemented `ScoreComponentScalingBehavior` ( #391 )
...
* feat: implemented ScoreComponentScalingBehavior
* fix: adjusted score ZIndex
* refactor: removed unused class
* refactor: adjusted goldens path
3 years ago
Alejandro Santiago
fd87afb23b
refactor: renamed `DashNestBumper` to `DashBumper` ( #381 )
...
* refactor: renamed DashNestBumper to DashBumper
* refactor: PR suggestions
* refactor: renamed stories
* refactor: renamed test names
* test: renamed test name
* docs: improved bumper docs
* docs: improve docs
* refactor: renamed stories
3 years ago
Felix Angelov
75527d1fe1
refactor: AndroidSpaceshipBonusBehavior use FlameBlocListener ( #371 )
3 years ago
Erick
8d4b031350
feat: adding remaining bonus sfx ( #390 )
3 years ago
Erick
7fb634bf96
feat: pre fetch leaderboard ( #389 )
3 years ago
Allison Ryan
7f7c14477d
chore: new `TopDinoWall` asset ( #387 )
...
* fix: move sparky computer sensor
* chore: asset with brighter spotlight
* chore: asset with brighter spotlight
* chore: revert change
3 years ago
Jorge Coca
e55ce8f7e2
fix: how to play dialog text style uses headline4 ( #388 )
3 years ago
Erick
9d184fedf9
feat: adding mobile controls ( #377 )
...
* feat: adding mobile controls
* adding tests for pinball dpad button
* feat: tests
* lint
* Apply suggestions from code review
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* suggestions
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
3 years ago
Allison Ryan
bba5316dfd
fix: move `SparkyComputer` sensor ( #386 )
3 years ago
Alejandro Santiago
0b22b712b0
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
eb8cc4bb6f
fix: improved entering SpaceshipRamp consitency ( #385 )
3 years ago
Allison Ryan
54b0bc6e17
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
1a4bd2f85b
chore: swap assets ( #379 )
...
Co-authored-by: Tom Arra <tarra3@gmail.com>
3 years ago
Alejandro Santiago
6b67525716
fix: flying ball when entering SpaceshipRamp ( #380 )
3 years ago
Jorge Coca
95a35cf1c8
fix: character selection order ( #383 )
3 years ago
Jorge Coca
4a3e9f7abc
chore: cleanup public api docs annotations ( #382 )
3 years ago
Jorge Coca
b8f26b81de
chore: remove TODO comments form the codebase ( #373 )
...
Co-authored-by: Tom Arra <tarra3@gmail.com>
3 years ago
Allison Ryan
698085a79c
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
6454d166e9
feat(functions): add leaderboard cleanup function ( #376 )
3 years ago
Felix Angelov
480b08d3c2
feat(pinball_flame): add readBloc extension ( #374 )
3 years ago
Jorge Coca
4f5ef13702
chore(leaderboard_repository): remove allowed words check ( #372 )
3 years ago
Allison Ryan
da064ade32
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
2c0f8b045c
refactor: provide GameBloc in App ( #370 )
3 years ago
Allison Ryan
d2372b539f
fix: ball disappearing behind dino ( #369 )
...
* fix: adjust dino dimensions so a ball can't get stuck
* fix: goldens
3 years ago
Felix Angelov
b83d5b0393
chore(deps): upgrade to Flutter 2.10.5 ( #368 )
3 years ago
arturplaczek
49fc1aa7f8
feat: added More Information (footer) dialog ( #363 )
3 years ago
Erick
de76b54efc
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
a55fec26e4
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
82957d7729
ci: remove trailing slash from flame git references ( #367 )
3 years ago
Jochum van der Ploeg
24ac6a536d
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
0502d97400
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
43d3a4fd51
fix: hide GameHud on game over ( #361 )
3 years ago
Erick
c8a2150787
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
2f94cf84d6
chore: `LinkBoxDialog` - generated files ( #360 )
3 years ago
Erick
9fdb935537
fix: flkay tests ( #362 )
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