RuiAlonso
|
ec300bec9c
|
fix: fix merge conflicts with imports from main
|
3 years ago |
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>
|
3 years ago |
RuiAlonso
|
45dc583c86
|
test: fixed bug with radius in radians :S
|
3 years ago |
RuiAlonso
|
bbab659b85
|
refactor: changed docs and use angles in radians instead of degrees
|
3 years ago |
Erick
|
064ae1b1ed
|
Merge pull request #22 from VGVentures/feat/hud
|
3 years ago |
Erick Zanardo
|
84282fe83a
|
fix: test from rebase
|
3 years ago |
Erick Zanardo
|
884d8b36b0
|
fix: lint
|
3 years ago |
Erick Zanardo
|
38b8a28ffc
|
feat: pr suggestions
|
3 years ago |
Erick
|
f9f109ba5a
|
Apply suggestions from code review
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
|
3 years ago |
Erick Zanardo
|
a3dc9d09cf
|
feat: adding game hud
|
3 years ago |
Erick
|
1af0c2e058
|
Merge pull request #23 from VGVentures/feat/google-letter-mechanic
feat: adding bonus letter feature state management
|
3 years ago |
Erick Zanardo
|
e4cd4342c0
|
feat: pr suggestions
|
3 years ago |
Erick
|
de25974f8c
|
Update lib/game/bloc/game_state.dart
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
|
3 years ago |
RuiAlonso
|
5bff54f3d8
|
Merge branch 'main' into feat/paths
|
3 years ago |
Erick Zanardo
|
df2ce91b06
|
feat: adding bonus letter feature state management
|
3 years ago |
Erick
|
ca5c83d4c1
|
Merge pull request #21 from VGVentures/feat/adding-staging-deploy-site
feat: adding deploy site
|
3 years ago |
Erick Zanardo
|
0780266e2a
|
feat: adding deploy site
|
3 years ago |
Erick
|
aca7022fdb
|
Merge pull request #19 from VGVentures/feat/ball-placeholder-asset
feat: adding ball component placeholder asset
|
3 years ago |
Erick Zanardo
|
7a0852642b
|
feat: updating flame, flame bloc and flame forge2d versions
|
3 years ago |
Erick
|
8a5fbda51f
|
Apply suggestions from code review
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
|
3 years ago |
Erick
|
bb2e314436
|
Merge pull request #18 from VGVentures/feat/firebase-hosting
feat: adding configs for firebase hosting
|
3 years ago |
Erick
|
0b9a0c2c6a
|
Merge pull request #16 from VGVentures/doc/wall-docs
docs: adding dart docs to the wall component
|
3 years ago |
Erick Zanardo
|
a2093811fa
|
feat: adding tests
|
3 years ago |
RuiAlonso
|
6b3158b019
|
chore: removed unscope Ball refs in doc
|
3 years ago |
RuiAlonso
|
178876b4fc
|
refactor: changed geometry package description
|
3 years ago |
RuiAlonso
|
4290cb5a8d
|
refactor: changed math package to geometry
|
3 years ago |
RuiAlonso
|
4faf703648
|
chore: applied changes from GH comments, doc descriptions, var names, asserts, etc
|
3 years ago |
RuiAlonso
|
631688f821
|
refactor: path changed to pathway, as well as tests
|
3 years ago |
alestiago
|
bf4b262a9d
|
docs: removed erroneous reference
|
3 years ago |
Erick Zanardo
|
ac0aca5f8f
|
feat: adding placeholder sprite for the ball component
|
3 years ago |
Erick
|
d70122aee5
|
Update README.md
|
3 years ago |
Erick Zanardo
|
cde0dfaa25
|
feat: adding configs for firebase hosting
|
3 years ago |
Erick
|
618ce97adc
|
Apply suggestions from code review
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
|
3 years ago |
Allison Ryan
|
d77f2876a1
|
Merge pull request #17 from VGVentures/fix/ball-spawn
fix: changing ball spawning point to avoid context errors
|
3 years ago |
Erick Zanardo
|
a8c2257ce3
|
fix: changing ball spawning point to avoid context errors
|
3 years ago |
Erick Zanardo
|
9587a4fe77
|
docs: adding dart docs to the wall component
|
3 years ago |
Allison Ryan
|
530f110fb9
|
Merge pull request #11 from VGVentures/feat/character-theming
feat: add theming for different characters
|
3 years ago |
RuiAlonso
|
7e43e0042e
|
refactor: changed name of Path to Pathway
|
3 years ago |
RuiAlonso
|
20c8153363
|
chore: var and test names not saved
|
3 years ago |
RuiAlonso
|
8901bcec70
|
chore: var names and lambda method for identity element
|
3 years ago |
RuiAlonso
|
d6f7bb853d
|
test: names for tests
|
3 years ago |
Allison Ryan
|
0827924955
|
chore: add to props
|
3 years ago |
RuiAlonso
|
ad8499d173
|
test: coverage for maths methods
|
3 years ago |
RuiAlonso
|
53a22f1f1d
|
fix: added assert to maths
|
3 years ago |
RuiAlonso
|
71033266ca
|
fix: fixed precision value for calculateArc method
|
3 years ago |
RuiAlonso
|
8f6bad7a6f
|
test: tests for maths methods
|
3 years ago |
RuiAlonso
|
9ccf85c2ef
|
doc: documented Path component
|
3 years ago |
RuiAlonso
|
aeb289fce6
|
fix: changed paths area default color to transparent
|
3 years ago |
RuiAlonso
|
c693e9a109
|
chore: analysis errors fixed on tests
|
3 years ago |
RuiAlonso
|
53f24643b7
|
test: tests for Path component
|
3 years ago |