Alejandro Santiago
|
360b5876cf
|
feat: Flipper (#15)
* feat: explicitely imported Anchor
* feat: implemented Flipper
* feat: implemented Flipper in PinballGame
* feat: implemented calculateRequiredSpeed
* feat: included right and left constructors
* feat: used right and left constructors
* refactor: cleaned calcualteSpeed method
* refactor: used width and height instead of size
* feat: implemented FlipperAnchor
* feat: implemented BoardSide enum
* docs: used prose in doc comment
* feat: implemented BoardSideX
* refactor: used isLeft instead of isRight
* refactor: implemented unlock method
* refactor: same line assignment
Co-authored-by: Erick <erickzanardoo@gmail.com>
* feat: add themes
* feat: add theme cubit
* test: character themes
* test: remove grouping
* refactor: move themes to package
* chore: add workflow
* fix: workflow
* docs: character themes update
* refactor: one theme for entire game
* chore: add to props
* fix: changing ball spawning point to avoid context errors
* refactor: modified unlock method due to invalid cast
* feat: included test for BoardSide
* refactor: removed sweepingAnimationDuration
* feat: tested flipper.dart
* refactor: included flippersPosition
* refactor: implemented _addFlippers method
* feat: centered vertices
* feat: modified test to match new center
* refactor: removed unecessary parenthesis
* refactor: removed unecessary calculation
* fix: changing ball spawning point to avoid context errors
* chore: rebasing
* docs: included FIXME comment
* feat: moved key listening to Flipper
* docs: include TOOD comment
* feat: including test and refactor
* docs: fixed doc comment typo
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* docs: fixed do comment template name
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* refactor: removed unnecessary verbose multiplication
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* refactor: removed unnecessary verbose multiplication
* refactor: used ensureAddAll instead of ensureAdd
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* docs: fixed doc comment typo
* refactor: used bigCircleShape.radius
* refactor: reorganized methods
* docs: improved doc comment
* refactor: removed unecessary class variables
* docs: fix doc comment typo
* refactor: removed unused helper
* fix: simplified keyEvents
* fix: corrected erroneous key tests
* refactor: modified component tests
* refactor: capitalized Flipper test description
* refactor: changed angle calculations
* fix: tests
* refactor: removed exta line
Co-authored-by: Erick <erickzanardoo@gmail.com>
Co-authored-by: Allison Ryan <allisonryan0002@gmail.com>
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
|
4 years ago |
Erick
|
064ae1b1ed
|
Merge pull request #22 from VGVentures/feat/hud
|
4 years ago |
Erick Zanardo
|
84282fe83a
|
fix: test from rebase
|
4 years ago |
Erick Zanardo
|
884d8b36b0
|
fix: lint
|
4 years ago |
Erick Zanardo
|
38b8a28ffc
|
feat: pr suggestions
|
4 years ago |
Erick
|
f9f109ba5a
|
Apply suggestions from code review
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
|
4 years ago |
Erick Zanardo
|
a3dc9d09cf
|
feat: adding game hud
|
4 years ago |
Erick
|
1af0c2e058
|
Merge pull request #23 from VGVentures/feat/google-letter-mechanic
feat: adding bonus letter feature state management
|
4 years ago |
Erick Zanardo
|
e4cd4342c0
|
feat: pr suggestions
|
4 years ago |
Erick
|
de25974f8c
|
Update lib/game/bloc/game_state.dart
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
|
4 years ago |
Erick Zanardo
|
df2ce91b06
|
feat: adding bonus letter feature state management
|
4 years ago |
Erick
|
ca5c83d4c1
|
Merge pull request #21 from VGVentures/feat/adding-staging-deploy-site
feat: adding deploy site
|
4 years ago |
Erick Zanardo
|
0780266e2a
|
feat: adding deploy site
|
4 years ago |
Erick
|
aca7022fdb
|
Merge pull request #19 from VGVentures/feat/ball-placeholder-asset
feat: adding ball component placeholder asset
|
4 years ago |
Erick Zanardo
|
7a0852642b
|
feat: updating flame, flame bloc and flame forge2d versions
|
4 years ago |
Erick
|
8a5fbda51f
|
Apply suggestions from code review
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
|
4 years ago |
Erick
|
bb2e314436
|
Merge pull request #18 from VGVentures/feat/firebase-hosting
feat: adding configs for firebase hosting
|
4 years ago |
Erick
|
0b9a0c2c6a
|
Merge pull request #16 from VGVentures/doc/wall-docs
docs: adding dart docs to the wall component
|
4 years ago |
Erick Zanardo
|
a2093811fa
|
feat: adding tests
|
4 years ago |
alestiago
|
bf4b262a9d
|
docs: removed erroneous reference
|
4 years ago |
Erick Zanardo
|
ac0aca5f8f
|
feat: adding placeholder sprite for the ball component
|
4 years ago |
Erick
|
d70122aee5
|
Update README.md
|
4 years ago |
Erick Zanardo
|
cde0dfaa25
|
feat: adding configs for firebase hosting
|
4 years ago |
Erick
|
618ce97adc
|
Apply suggestions from code review
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
|
4 years ago |
Allison Ryan
|
d77f2876a1
|
Merge pull request #17 from VGVentures/fix/ball-spawn
fix: changing ball spawning point to avoid context errors
|
4 years ago |
Erick Zanardo
|
a8c2257ce3
|
fix: changing ball spawning point to avoid context errors
|
4 years ago |
Erick Zanardo
|
9587a4fe77
|
docs: adding dart docs to the wall component
|
4 years ago |
Allison Ryan
|
530f110fb9
|
Merge pull request #11 from VGVentures/feat/character-theming
feat: add theming for different characters
|
4 years ago |
Allison Ryan
|
0827924955
|
chore: add to props
|
4 years ago |
Allison Ryan
|
ca18de6172
|
refactor: one theme for entire game
|
4 years ago |
Allison Ryan
|
fee6a000a4
|
Merge pull request #10 from VGVentures/feat/plunger
feat: add plunger
|
4 years ago |
Allison Ryan
|
f0db7c720d
|
docs: character themes update
|
4 years ago |
Allison Ryan
|
f802e592f5
|
Merge branch 'main' into feat/character-theming
|
4 years ago |
Allison Ryan
|
1651676462
|
test: same position
|
4 years ago |
Allison Ryan
|
ea3b126b62
|
Update lib/game/components/plunger.dart
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
|
4 years ago |
Allison Ryan
|
3ef9cb878b
|
test: provide mock game bloc
|
4 years ago |
Allison Ryan
|
7421acf4a0
|
fix: workflow
|
4 years ago |
Allison Ryan
|
5d583fb07e
|
chore: add workflow
|
4 years ago |
Allison Ryan
|
0e98a74b17
|
refactor: move themes to package
|
4 years ago |
Allison Ryan
|
bb1663111f
|
refactor: suggestions
|
4 years ago |
Allison Ryan
|
d66261581f
|
Merge branch 'main' into feat/plunger
|
4 years ago |
Alejandro Santiago
|
9891931ffe
|
feat: anchor component (#12)
* feat: implemented Anchor component
* docs: included initialize example
* docs: improved Anchor doc comment
* chore: fixed white space difference
|
4 years ago |
Erick
|
8d764b9685
|
Merge pull request #9 from VGVentures/feat/game-over-mechanics
feat: adding game over mechanics
|
4 years ago |
Erick Zanardo
|
5a2ee2c2ac
|
feat: applying suggestions
|
4 years ago |
Erick
|
9fc554927d
|
Apply suggestions from code review
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
|
4 years ago |
Allison Ryan
|
8f3fc4b248
|
test: remove grouping
|
4 years ago |
Allison Ryan
|
5a44f0abf3
|
test: character themes
|
4 years ago |
Allison Ryan
|
5c095e8f93
|
feat: add theme cubit
|
4 years ago |
Allison Ryan
|
2e28cd1a1d
|
docs: fix typo
|
4 years ago |
Allison Ryan
|
64d4677b3f
|
chore: remove modifications to game
|
4 years ago |