CardEngine - Card games framework

An asset by BraindeadBZH
The page banner background of a mountain and forest
CardEngine - Card games framework thumbnail image
CardEngine - Card games framework thumbnail image
CardEngine - Card games framework thumbnail image
CardEngine - Card games framework thumbnail image
CardEngine - Card games framework image holder but it is empty

Quick Information

0 ratings
CardEngine - Card games framework icon image
BraindeadBZH
CardEngine - Card games framework

CardEngine is a framework to create card games for the Godot Engine. Non-exhaustive features list: * Dedicated editor UI to manipulate CardEngine's objects * Database system to manage cards * Fully customizable Container widget to arrange cards on a grid or along a path * Board widget to create complex interactions * Fully customizable Animations * Drag and drop support

Supported Engine Version
3.2
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

CardEngine for Godot Engine

Currently under development, do not expect it to work.

Everything is work in progress.

Glossary

  • Card: card data with id, name, categories, values and texts
  • Database: persistent card data storage
  • Container: UI element to display cards in a given layout using a card visual
  • Store: in memory card data storage (deck, pile, hand)
  • Animation: a sequence of values linked together by transition, defined by a duration and an easing curve
  • Effect: modifiers on cards data that can be applied and cancelled at anytime

What is implemented

  • Creating, modifying and deleting databases
  • Creating, modifying and deleting cards
  • Creating, modifying and deleting containers
  • Containers layouting as a grid or along a path
  • Fine tuning containers layout with linear/symmetric interpolation or random position, scale and rotation
  • Container transition animation (layouting, card added, card removed)
  • Container event animation (idle, un/focused, de/activated)
  • Animation editor
  • Drag and drop support
  • Card effects
  • Filters on DropArea
  • Saving store interface
  • Container to container drag and drop
  • Container to card drag and drop
  • Board widget

What is not implemented

  • Manual sorting
  • Drop placeholder
  • Add animation loop when card is focused or active
  • More modifiers to come
  • Other features to be defined...

Important folders

  • _private: contains the generated code and data file, none of this file should be edited manually
  • addons/cardengine: contains the code for the in editor plugin and for the core elements
  • containers: contains the public code for your custom containers
  • cards: contains the public code for your custom cards
  • effects: contains the code for the effects

Documentation

Getting started

Open page

Detailed usage

Open page

CardEngine is a framework to create card games for the Godot Engine. Non-exhaustive features list:
* Dedicated editor UI to manipulate CardEngine's objects
* Database system to manage cards
* Fully customizable Container widget to arrange cards on a grid or along a path
* Board widget to create complex interactions
* Fully customizable Animations
* Drag and drop support

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
CardEngine - Card games framework icon image
BraindeadBZH
CardEngine - Card games framework

CardEngine is a framework to create card games for the Godot Engine. Non-exhaustive features list: * Dedicated editor UI to manipulate CardEngine's objects * Database system to manage cards * Fully customizable Container widget to arrange cards on a grid or along a path * Board widget to create complex interactions * Fully customizable Animations * Drag and drop support

Supported Engine Version
3.2
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers