Godot · 4.3 · 2D

Free Godot 4.3 Project: Card Game Course Lane Battler (Bramwell)

Original title: Card Game Course (Card-Game-Course)

Free Godot 4.3 Project: Card Game Course Lane Battler (Bramwell)
Preview from the original source by Bramwell (bramreth)

Overview

Card Game Course is Bramwell's (bramreth) example project from the Godot 4 Beginners card game course, built in Godot 4.3 with GDScript. It assembles a lane-based card battler from a deck, a hand, lanes and a play space, card data stored as Resources, health pools, a pass button and a game-over window, showing how UI and Resource-driven data fit together.

The project is on GitHub under the MIT license, with project.godot located in the card-game-course/ folder. It is a good reference for card game and UI-heavy projects.

What You Can Learn

  • Deck, hand and lane layout for a card battler
  • Defining cards as Resources with health pools
  • Pass button and game-over window UI flow
Visit Original Project

Access: Free direct download