Getting started
Installation
- Download the latest version from here. You can also clone the Git repository, but this should be done only if you want to contribute to the code.
- Unzip the archive where you want.
- Open the project with the Godot Editor
- Run the project, if you see the CardEngine Demo main menu, the installation is successful.

First steps
The CardEngine UI is located at the bottom of the Godot Editor and looks like this:
Select the "Main Database" and click the "Edit database" button, you should see the card list:
Select a card in the list on the left, you should see its details on the right. If you press the "Edit button" at the bottom right, you should see the card editor:
You can edit the card data by double-clicking on them. You can then press the "Save to" button when you are done. If you launch the project you should see the change.
What's next
To learn more about CardEngine features, please read the documentation.