Bricassé, un casse-brique simple.
Go to file
Feufochmar f4fc4d304e Update export presets. 2022-05-23 13:19:22 +02:00
ball Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
blocks New block : 3-branch star. 2021-11-04 17:48:54 +01:00
empty_level Add a name to the levels. 2021-11-04 17:48:33 +01:00
levels Add a new level (starfield), and display level name on the game screen. 2021-11-04 17:50:11 +01:00
paddle Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
screens Add highscores saves and level selection. The levels are not played sequentially, but the level played can be choosen at start. 2021-11-07 21:16:26 +01:00
tools Add highscores saves and level selection. The levels are not played sequentially, but the level played can be choosen at start. 2021-11-07 21:16:26 +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 Update export presets. 2022-05-23 13:19:22 +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 Add highscores saves and level selection. The levels are not played sequentially, but the level played can be choosen at start. 2021-11-07 21:16:26 +01:00
main.tscn Initial commit (should have been done earlier). 2021-09-19 23:35:49 +02:00
project.godot Update export presets. 2022-05-23 13:19:22 +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