Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
123 commits
Select commit Hold shift + click to select a range
9dc0071
ci: remove ratchetFrom configuration in spotless (#2)
thnhmai06 Sep 29, 2025
90d06b7
Implement abstract class Ball (#3)
minngoc1213 Sep 30, 2025
b0844df
feat: Brick (#1)
ManhTanTran Sep 30, 2025
bfd5534
feat: Add PowerUp class (#5)
thnhmai06 Sep 30, 2025
9ebb12d
chore: Update .gitignore and add commit instructions
thnhmai06 Oct 1, 2025
f803b3c
Merge pull request #6
ManhTanTran Oct 1, 2025
5d7487b
docs: Update documentation links in PowerUp and Ball classes
thnhmai06 Oct 1, 2025
e5f75a4
Brick (#7)
ManhTanTran Oct 7, 2025
169ad53
refactor: remove duplicate `paddle` folder
thnhmai06 Oct 7, 2025
84c357f
feat/GameApplication (#8)
ManhTanTran Oct 8, 2025
7419cd4
ci: update workflow setup steps for clarity
thnhmai06 Oct 8, 2025
06eb0b7
chore: remove debug script parameters from run configurations
thnhmai06 Oct 8, 2025
f11276a
refactor: reorganize component structure and improve entity tagging (…
thnhmai06 Oct 9, 2025
c0e00af
chore: remove unused logging dependencies from build.gradle
thnhmai06 Oct 11, 2025
91e1aca
chore: update output directory for build artifacts
thnhmai06 Oct 11, 2025
0079733
Add game systems template (#13)
thnhmai06 Oct 13, 2025
a2d0010
chore: update project JDK language level to JDK_24_PREVIEW
thnhmai06 Oct 13, 2025
4ea8826
BREAKING CHANGE: Add Paddle Components, refactor codebase and ci (#10)
ManhTanTran Oct 21, 2025
06f6adc
[skip ci] chore: add CODEOWNERS
thnhmai06 Oct 21, 2025
4b9e256
Add Ball entity and Ball, Brick physic/collision components (#14)
minngoc1213 Oct 22, 2025
07bfda0
[skip ci] chore: remove `/system/` ignore folder
thnhmai06 Oct 22, 2025
74d861c
feat(Factory): use `HealthDeath` component instead of manual set deat…
thnhmai06 Oct 22, 2025
3e70c23
Merge pull request #18 from CodeStormOOP/main
thnhmai06 Oct 25, 2025
424d28e
refactor: Change `@SuitableFor` become a run-time function
thnhmai06 Oct 26, 2025
1ee601b
feat(exception): introduce BounceverseException for better error hand…
thnhmai06 Oct 26, 2025
eba320e
Fix divergence: update game systems, factories, and new PauseMenu
ManhTanTran Oct 28, 2025
240a68d
Update physics and wall logic for Ball–Brick–Paddle collisions
ManhTanTran Oct 28, 2025
30bcdad
feat(assets): Add sounds assets
thnhmai06 Oct 28, 2025
64fce02
[skip ci] chore: remove .idea/misc.xml file
thnhmai06 Oct 28, 2025
7d1ebdf
Merge branch 'dev' into fix/diverged-main
thnhmai06 Oct 28, 2025
bbbb929
[skip ci] chore: reformatting code
thnhmai06 Oct 28, 2025
12f0db1
Fix: Adjust Ball vs Wall collision logic and physics handling
ManhTanTran Oct 29, 2025
72d0790
Update: BrickFactory logic and new texture assets
ManhTanTran Oct 29, 2025
157661f
chore: temp commit before switching device (update brick logic & add …
ManhTanTran Oct 29, 2025
2218e3e
feat: add Special.java and update BrickFactory for strong & shield br…
ManhTanTran Oct 29, 2025
f762f72
feat(powerup): introduce PowerUp and these components
thnhmai06 Oct 29, 2025
0ed868c
chore(GameSystem, UndoableBehavior): clean up imports and add default…
thnhmai06 Oct 29, 2025
bf4be0a
Merge pull request #22 from CodeStormOOP/powerup
thnhmai06 Oct 29, 2025
262a5be
Merge branch 'main' into dev
thnhmai06 Oct 29, 2025
1597519
refactor: update component with new `@ForEntity` annotation
thnhmai06 Oct 29, 2025
daed1e8
feat: implement strong shield brick system
ManhTanTran Nov 1, 2025
5868b44
feat: implement user settings management system
thnhmai06 Nov 4, 2025
779354c
Merge pull request #23 from CodeStormOOP/feat/user-settings
thnhmai06 Nov 4, 2025
5e02ea9
chore: update credits.txt
thnhmai06 Nov 4, 2025
c8b7432
feat: update local changes before merge
ManhTanTran Nov 4, 2025
1338acc
feat(ui): update UISystem & integrate BackgroundColorManager
ManhTanTran Nov 4, 2025
1abddc4
Fix divergence: update game systems, factories, and new PauseMenu
ManhTanTran Oct 28, 2025
970aa30
Update physics and wall logic for Ball–Brick–Paddle collisions
ManhTanTran Oct 28, 2025
48868ae
Merge branch 'dev' into fix/diverged-main
thnhmai06 Oct 28, 2025
da286c0
[skip ci] chore: reformatting code
thnhmai06 Oct 28, 2025
4cf33c7
Fix: Adjust Ball vs Wall collision logic and physics handling
ManhTanTran Oct 29, 2025
59f2892
Update: BrickFactory logic and new texture assets
ManhTanTran Oct 29, 2025
7550af6
chore: temp commit before switching device (update brick logic & add …
ManhTanTran Oct 29, 2025
d626c94
feat: add Special.java and update BrickFactory for strong & shield br…
ManhTanTran Oct 29, 2025
bbc63e9
feat: implement strong shield brick system
ManhTanTran Nov 1, 2025
6017a9b
feat: update local changes before merge
ManhTanTran Nov 4, 2025
e977330
chore: reformatting code
thnhmai06 Nov 4, 2025
f3239a4
merge: integrate feature/strong-shield-brick with latest power-up system
ManhTanTran Nov 4, 2025
2e4d181
feat(powerup): merge and restructure power-up system
ManhTanTran Nov 5, 2025
ba959d1
Merge branch 'main' into dev
thnhmai06 Nov 5, 2025
00201fe
chore: adding "final" keyword for final class
thnhmai06 Nov 5, 2025
e4c9a5b
refactor!: Create abstract class to extends corresponding class from …
thnhmai06 Nov 5, 2025
f44a859
feat(powerup): rework PowerUp system
ManhTanTran Nov 5, 2025
7a11a3f
feat: Add Intro
thnhmai06 Nov 5, 2025
213bcdf
[skip ci] chore: Formating code
thnhmai06 Nov 5, 2025
2dcdc58
fix: fix intro video not play correctly
thnhmai06 Nov 5, 2025
d05b51f
feat: add mouse click event to trigger media playback
thnhmai06 Nov 7, 2025
f437b79
feat: add mouse click event to trigger media playback
thnhmai06 Nov 7, 2025
0a343a0
feat: enable credits
thnhmai06 Nov 7, 2025
6a63b11
feat!: Add LeaderboardManager and refactoring systems
thnhmai06 Nov 7, 2025
44d246f
refactor: rename ForEntity annotation to OnlyForEntity and update ref…
thnhmai06 Nov 7, 2025
1f7755d
feat: introduce BoundedTreeSet and Cooldown classes
thnhmai06 Nov 7, 2025
6d4d59c
feat: add Menu
thnhmai06 Nov 8, 2025
d2a6549
chore: update formatting ruleset
thnhmai06 Nov 8, 2025
77db7dc
refactor: update video asset path and loading mechanism
thnhmai06 Nov 8, 2025
6db9330
refactor: rename CanExecute and CanUndo interfaces to Executable and …
thnhmai06 Nov 8, 2025
7bda65f
Merge branch 'dev' into feature/powerup-merge
ManhTanTran Nov 8, 2025
b024a20
wip: temporary commit before switching device [skip ci]
ManhTanTran Nov 9, 2025
c31062e
Merge branch 'dev' to branch 'feature/strong-shield-brick'
thnhmai06 Nov 10, 2025
92ce587
chore: remove unnecessary file
thnhmai06 Nov 10, 2025
c440b6e
chore: reformatting Menu.java
thnhmai06 Nov 10, 2025
6647004
chore: add textures assets, downgrade formatter to 1.17.0
thnhmai06 Nov 10, 2025
9ad8070
fix: fix no texture when new game
thnhmai06 Nov 10, 2025
ba79775
feat(powerup): add Magnet & Gun power-ups and paddle attachment compo…
ManhTanTran Nov 10, 2025
b543796
fix: wrong username on UserSettingsManager
thnhmai06 Nov 10, 2025
a3eebb0
Merge pull request #24 from CodeStormOOP/feature/strong-shield-brick
thnhmai06 Nov 10, 2025
0c73954
refactor: rename Score interface and update related classes
thnhmai06 Nov 10, 2025
299026d
chore: commit tạm để chuyển máy (merge conflict PowerUpFactory)
ManhTanTran Nov 10, 2025
30a79ee
Resolve all merge conflicts in feature/powerup-merge
ManhTanTran Nov 11, 2025
7b7190e
feat(ui): add PowerUp HUD countdown display and CSS styling
ManhTanTran Nov 11, 2025
3bfdefe
chore(assets): update brick textures and new paddle/ball graphics
ManhTanTran Nov 11, 2025
46702a4
feat: add health management and UI elements for player lives and score
thnhmai06 Nov 11, 2025
56b4aec
[skip ci] feat: add heart and number assets resources
thnhmai06 Nov 11, 2025
066df51
merge: resolve all conflicts (PowerUpFactory, WallFactory, AppEventSy…
ManhTanTran Nov 11, 2025
997c3d5
refactor(assets): update paddle and brick textures; adjust related fa…
ManhTanTran Nov 11, 2025
2d10408
fix(brick): prevent NPE when hpPercent=0 and update strong brick text…
ManhTanTran Nov 11, 2025
c65bf77
fix(powerup): spawn multiple balls from original ball position instea…
ManhTanTran Nov 11, 2025
ae47152
fix(core): update gameplay components and system logic for power-up i…
ManhTanTran Nov 11, 2025
72ef373
feat: add FastNoiseLite library
thnhmai06 Nov 5, 2025
ad94d80
feat: enhance brick spawning with noise-based color selection
thnhmai06 Nov 11, 2025
75b0143
[skip ci] chore: update version numbers to 1.1.0 in gradle and settin…
thnhmai06 Nov 11, 2025
13c4eb9
feat(assets): update paddle textures
ManhTanTran Nov 12, 2025
44ebf59
feat: leaderboard
huynhtuan372 Nov 12, 2025
18d8520
refactor(paddle): replace PaddleSizeManager & PaddleTextureManager wi…
ManhTanTran Nov 12, 2025
ca1d3dc
[skip ci] chore: reformatting code
thnhmai06 Nov 12, 2025
28755b2
refactor(leaderboard): remove BlitzScore references and update leader…
thnhmai06 Nov 12, 2025
1d547cf
feat: add health management and UI elements for player lives and score
thnhmai06 Nov 11, 2025
9e4247d
[skip ci] feat: add heart and number assets resources
thnhmai06 Nov 11, 2025
fba5378
feat: add FastNoiseLite library
thnhmai06 Nov 5, 2025
b207228
feat: enhance brick spawning with noise-based color selection
thnhmai06 Nov 11, 2025
503483f
[skip ci] chore: update version numbers to 1.1.0 in gradle and settin…
thnhmai06 Nov 11, 2025
465a6e9
Merge remote-tracking branch 'origin/dev' into feature/leaderboard
thnhmai06 Nov 12, 2025
2012363
Merge pull request #26 from CodeStormOOP/feature/leaderboard
thnhmai06 Nov 12, 2025
0903a3a
feat: add DeathSubscene, fix Leaderboard and save controls settings
thnhmai06 Nov 12, 2025
7445d22
feat: implement noise-based color assignment for brick spawning and a…
thnhmai06 Nov 12, 2025
6e52770
refactor(powerup): integrate shield logic into ShieldPowerUp and remo…
ManhTanTran Nov 12, 2025
97981a8
Update README.md
huynhtuan372 Nov 12, 2025
fd52b4a
refactor: optimize color assignment logic for brick spawning
thnhmai06 Nov 12, 2025
4de32b5
Update README.md
huynhtuan372 Nov 12, 2025
224cec4
merge: resolve conflicts in core systems (Bounceverse, AppEventSystem…
ManhTanTran Nov 12, 2025
235b80a
fix: update logic and UI behavior after merge (Attachment, BrickFacto…
ManhTanTran Nov 12, 2025
96d8187
refactor: Merging with new version of code
thnhmai06 Nov 12, 2025
e263374
Merge pull request #27 from CodeStormOOP/feature/powerup-merge
thnhmai06 Nov 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[skip ci] chore: remove .idea/misc.xml file
  • Loading branch information
thnhmai06 committed Oct 28, 2025
commit 64fce024c7c0e452baebdd6fdd03bef308a73d12
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ target/

### IntelliJ IDEA ###
.idea/
!.idea/misc.xml
*.iws
*.iml
*.ipr
Expand Down
10 changes: 0 additions & 10 deletions .idea/misc.xml

This file was deleted.

Loading