Stopwatches/timers are defined by key(press), time and sound that is played. On keypress event timer is started and after specified time the sound (voice command) will be heard. That way player can be prepared to collect items that appear on some schedule. Time spent in game is shown in table and chart form.
- Change .NET version 8->10 of the main project. Add projects: BvWinFormsLib and Tests (xunit).
- Save&Load main window position
- Bugfix: Main window doesn't display current data when I exit the game. Try calling Display...() on Form.Active or similar event.
- Notify user if the battery on laptop is less then xy%
- Code refactoring

