Bricassé, un casse-brique simple.
Go to file
Feufochmar a7e45a1164 Change colors of sprites. Use light colors as filling color, not as line color. 2021-11-03 19:49:55 +01:00
ball Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
blocks Change colors of sprites. Use light colors as filling color, not as line color. 2021-11-03 19:49:55 +01:00
empty_level Change colors of sprites. Use light colors as filling color, not as line color. 2021-11-03 19:49:55 +01:00
levels Remove the explicit connection to the brick_broken signal. Done by the level instead. 2021-09-20 00:10:08 +02:00
paddle Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
screens Change the end level jingle. 2021-11-01 19:09:13 +01:00
.gitignore Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
README.md Add a README. 2021-09-19 23:54:56 +02:00
default_env.tres Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
export_presets.cfg Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
icon.png Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
icon.png.import Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
main.gd Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
main.tscn Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
project.godot Experimenting with a gamepad. Use ui_accept/ui_menu in code. On my controller, start is button 7, not the one indicated by Godot. 2021-11-01 18:48:31 +01:00
splash.png Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
splash.png.import Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00

README.md

Bricassé

Help Chacha break those bricks.

A little brick breaking game, mainly made to learn to use the Godot game engine.

Credits - Copyrights

© Feufochmar, 2021.

All files not listed below were made by Feufochmar, and are released under a Creative Commons CC BY-SA licence.

The file screens/NovaOval.ttf was made by Wojciech Kalinowski "wmk69", and is released under the OFL (SIL Open Font License). Website

Development

Adding a new level

Inherit from levels/base_level.tscn and add blocks.

Adding a new block

Inherit from blocks/abstract_brick.tscn, then :

  • add a Sprite, and associate the script blocks/abstract_brick_sprite.gd to it.
  • add a Collision shape