All Projects → didier-v → breakable

didier-v / breakable

Licence: MIT license
A breakout-like game made with Godot Engine

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to breakable

godot-admob-editor
This repository is for Godot's Addons to integrate natively AdMob to your Game Project without much configurations, with a beautiful UI and directly inside Godot Editor!
Stars: ✭ 43 (-23.21%)
Mutual labels:  godot, godot-engine
Project-Map
No description or website provided.
Stars: ✭ 52 (-7.14%)
Mutual labels:  godot, godot-engine
Godot FPC Base
A first person camera base project for Godot 3.x to help anyone get a jumpstart.
Stars: ✭ 39 (-30.36%)
Mutual labels:  godot, godot-engine
novemberdev soulslike darksouls godot
Dark Souls clone in 3D with Godot
Stars: ✭ 51 (-8.93%)
Mutual labels:  godot, godot-engine
godot-lua-pluginscript
Godot PluginScript for the Lua language, currently based on LuaJIT's FFI
Stars: ✭ 182 (+225%)
Mutual labels:  godot, godot-engine
godot-gdgifexporter
Gif exporter for Godot made entirely in GDScript
Stars: ✭ 85 (+51.79%)
Mutual labels:  godot, godot-engine
Godot-Top-down-Shooter-Tutorial
This repository contains the source code for the Godot Top-down Shooter Tutorial series.
Stars: ✭ 41 (-26.79%)
Mutual labels:  godot, godot-engine
godot-rpgdb
An easy to use JSON database-manager for Godot.
Stars: ✭ 25 (-55.36%)
Mutual labels:  godot, godot-engine
godot-cpp-cmake
CMake scripts to build cross-platform GDNative C++ bindings
Stars: ✭ 20 (-64.29%)
Mutual labels:  godot, godot-engine
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (-26.79%)
Mutual labels:  godot, godot-engine
Godot-DialogPlugin
🗨️ A Dialog Node for Godot Engine
Stars: ✭ 194 (+246.43%)
Mutual labels:  godot, godot-engine
godot-portal-demo
Experimenting with portals in Godot Engine
Stars: ✭ 66 (+17.86%)
Mutual labels:  godot, godot-engine
godot-xterm
Terminal emulator for the Godot game engine.
Stars: ✭ 61 (+8.93%)
Mutual labels:  godot, godot-engine
godot-cmvalley
Port of the Sauerbraten clanmap cm|Valley to Godot 4.0
Stars: ✭ 28 (-50%)
Mutual labels:  godot, godot-engine
nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (-66.07%)
Mutual labels:  godot, godot-engine
Game-Examples
Godot game examples for gotm.io - the Godot Platform!
Stars: ✭ 27 (-51.79%)
Mutual labels:  godot, godot-engine
GDGotm
Official Godot plugin for gotm.io - the Godot Platform!
Stars: ✭ 43 (-23.21%)
Mutual labels:  godot, godot-engine
PimplePopper
Game to pop pimples using the awesome Godot Engine
Stars: ✭ 23 (-58.93%)
Mutual labels:  godot, godot-engine
toziuha-night-oota
Opensource Metroidvania inspired on Castlevania Order of Ecclesia
Stars: ✭ 78 (+39.29%)
Mutual labels:  godot, godot-engine
GodotFAN
Facebook Audience Network Ad module for godot
Stars: ✭ 25 (-55.36%)
Mutual labels:  godot, godot-engine

Breakable

A breakout-like game made with Godot Engine

I made this game to learn Godot and test various features. Screenshot

Godot 3.4

The master branch is now compatible with Godot 3.4.x. The Godot 2.x version is still available in the Godot 2.1 branch.

  • new $ syntax for get_nodes
  • rewrote code incompatible with the new physics engine
  • small fixes and improvements

Godot 2.1

  • tres format for theme

Godot 2.0

  • tscn format readable scenes
  • autoload singletons
  • onready option

Things I learned

  • Autoload magic
  • How to switch scenes
  • Loading and saving a file (user options)
  • Loading and saving an encrypted file (hi scores)
  • How to manage multiple languages
  • How to use fonts
  • How to use a theme
  • Window / Full screen
  • How to import and play sounds
  • Physics and collisions 2D
  • Collisions layers
  • How to add and remove instances with code
  • Connect an event on a UI element to a script
  • Use animations on UI elements
  • Animation with call function track
  • How to make a generic, reusable canvas item (see walls)
  • How to use a shader as a background

This project also uses my Godot Notification Center in various ways.

The sounds were made with Cfxr.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].