Skip to content

[3D Bomber Bunny] A bomberman clone #568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 53 commits into from
Sep 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
e55b763
Add some models.
D8H Aug 5, 2023
106fa5e
Add player rotation.
D8H Aug 6, 2023
be4c93f
Replace some sprites with 3D models.
D8H Aug 6, 2023
360e9ee
Add models for players.
D8H Aug 6, 2023
5bbfcb4
Add particles.
D8H Aug 6, 2023
32ed410
All player movement.
D8H Aug 7, 2023
4618369
Add a stretch action.
D8H Aug 7, 2023
44d9874
Update the extension.
D8H Aug 14, 2023
230e42d
Animate bombs when they are dropped.
D8H Aug 14, 2023
d08c42e
Try a better bomb animation.
D8H Aug 14, 2023
83123db
Better explosion animation.
D8H Aug 14, 2023
93cea91
Add a soil texture.
D8H Aug 14, 2023
7e26e5f
Better soil texture.
D8H Aug 15, 2023
a9c773c
Better bunny colors.
D8H Aug 15, 2023
9920918
Try a death animation.
D8H Aug 15, 2023
ec573ce
Better death animation.
D8H Aug 19, 2023
d14077a
Fix initial player direction.
D8H Aug 19, 2023
eac87c5
Fix player selection.
D8H Aug 19, 2023
93fa4ef
Add a respawn animation.
D8H Aug 19, 2023
7e1b252
Use billboards for bonuses.
D8H Aug 19, 2023
acfd9eb
Fix bonuses.
D8H Aug 20, 2023
ac5e8bb
Adjust crate color.
D8H Aug 20, 2023
2098de0
Fix score.
D8H Aug 20, 2023
72d0293
Fix model angle at respawn.
D8H Aug 20, 2023
98cc7d3
Add flash animation at respawn.
D8H Aug 20, 2023
f31c97b
Add a soil texture on borders.
D8H Aug 20, 2023
9d653d4
Go back to something simple for the border as it doesn't matter.
D8H Aug 20, 2023
cc4db83
Add a Wobble behavior.
D8H Aug 26, 2023
3d49ab3
Add descriptions.
D8H Aug 26, 2023
4ba5eaf
Optimised images with calibre/image-actions
github-actions[bot] Aug 26, 2023
c106252
Add a property for the wobble orientation
D8H Aug 26, 2023
5347cdb
Rename Bomb extension.
D8H Aug 27, 2023
60c93ed
A draft of bonus animation.
D8H Sep 2, 2023
6e642bb
Make 3D tweens work with any 3D object.
D8H Sep 3, 2023
7603d9f
Add particles for bonus catching.
D8H Sep 3, 2023
7036d2d
Better bonus animation.
D8H Sep 3, 2023
7b64231
Explosion optimization bug.
D8H Sep 3, 2023
0bca12e
Fix explosion optimization.
D8H Sep 3, 2023
9486133
Update bonus asset.
D8H Sep 5, 2023
2fc012a
Optimised images with calibre/image-actions
github-actions[bot] Sep 5, 2023
19d8376
Update level selection assets.
D8H Sep 9, 2023
33305a9
Optimised images with calibre/image-actions
github-actions[bot] Sep 9, 2023
1f13bc0
Remove useless things.
D8H Sep 9, 2023
22d48fe
Move some event about bombs in the player behavior.
D8H Sep 9, 2023
6bbce4b
Move some event about death animation in the player model behavior.
D8H Sep 9, 2023
fd7a9a6
Upgrade the 3D shake extension.
D8H Sep 9, 2023
8063e21
Rename the project.
D8H Sep 9, 2023
c4f421b
Add back GDevelop logo.
D8H Sep 9, 2023
5d6f980
Update description.
D8H Sep 10, 2023
f80e26f
Button effect
D8H Sep 16, 2023
c1fbb74
Button extension improvements.
D8H Sep 17, 2023
0d111c8
Simplify button handling.
D8H Sep 17, 2023
416d1d5
Update the readme.
D8H Sep 17, 2023
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
43,801 changes: 43,801 additions & 0 deletions examples/3d-bomber-bunny/3d-bomber-bunny.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/3d-bomber-bunny/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A bomberman-like game for up to 4 players with procedural animations and particles.
1 change: 1 addition & 0 deletions examples/3d-bomber-bunny/TAGS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
game, advanced
Binary file added examples/3d-bomber-bunny/assets/BlueBunny.glb
Binary file not shown.
Binary file added examples/3d-bomber-bunny/assets/BlueBunnyIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/Bomb.glb
Binary file not shown.
Binary file added examples/3d-bomber-bunny/assets/Bomb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/BombeBonus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/Cabbage.glb
Binary file not shown.
Binary file added examples/3d-bomber-bunny/assets/ClassicLevel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/EmptyLevel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/FlammeBonus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/FlashyRock.glb
Binary file not shown.
Binary file added examples/3d-bomber-bunny/assets/GreyBlock.glb
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/New image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/NewObject.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/NewSprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/NiveauVide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/Orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/OrangeBunny.glb
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/Pink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/PinkBunny.glb
Binary file not shown.
Binary file added examples/3d-bomber-bunny/assets/PinkBunnyIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/Purple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/PurpleBunny.glb
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/Soil2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/SoilBorder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/3d-bomber-bunny/assets/SoilCorner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added examples/3d-bomber-bunny/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.