What has changed in this version compared to the original?
This is a good port with some bugs and annoyances noted: unlocking transformations had an incorrect cost, multiple versions of most transformations are available in the progression store, certain cards that shouldn't be added to the deck still get added, and some 'delete X card from deck' cards don’t actually remove those cards. Additionally, the preview cards are small and hard to read.
Why is there no Linux version of the game?
The current version is Windows only. The developer is working on a moddable version where card definitions will be extracted from the binary for easier editing and introduction of new cards, but a specific Linux release has not been made yet.
What are some performance issues with Electron apps?
Electron apps can be slow and bulky because they bundle their own Chromium browser underneath. This leads to high RAM usage even for simple games like this one, which only renders a few images at a time. Linux users often complain about performance due to the system's optimization focus.
What is the development plan for the game?
Refer to the Development Plan in the first post on the forum.