Bricassé, un casse-brique simple.
Go to file
Feufochmar 5dcc120983 Add a name to the levels. 2021-11-04 17:48:33 +01:00
ball Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
blocks Import file for ghost.svg 2021-11-03 19:55:29 +01:00
empty_level Add a name to the levels. 2021-11-04 17:48:33 +01:00
levels Add a name to the levels. 2021-11-04 17:48:33 +01:00
paddle Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
screens New level : aquarium. 2021-11-03 19:52:43 +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