Bricassé, un casse-brique simple.
Go to file
Feufochmar 899dd9cb8e Add a README. 2021-09-19 23:54:56 +02:00
ball Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
blocks Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
empty_level Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
levels Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
paddle Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
screens Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02: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 Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02: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