This is the first update while implementing version 2 of the game. As I wrote on the forum it is a very huge change, so the updates will come in small steps.
Some of the things I hope to change, is the performance and the stability.
So farĀ I have focused on the data layer and the basic GUI. For the data layer I have started on implementing a database structure, so instead of the old xml’s I will use a SQLite database. This should also help when saving the games, since the ingame data are stored in the database.
For the GUI I have only done a very basic implementation, where I uses a more correct way of doing a MVVM implementation.
Please be aware that this GUI screen is only a first draft.