Dates are in the following format: [YYYY-MM-DD]
- Ported to Godot v3.1
- Added main menu
- Added Autoloads:
- SceneManager: utility functions to load nodes and scenes
- GlobalState: keep track of global variables (number of played matches, and other stats)
- When a Battle ends, stats are shown: won, drawn and lost matches
- Splitted Battle scene in multiple scenes to improve mantainability
- Add free cards textures by Hairic
- Randomize cards on start
- Add "match_ended" signal
- Show results screen when the match ends
- Restart the game when the match ends
Initial version.