Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 582 Bytes

File metadata and controls

14 lines (10 loc) · 582 Bytes

GameStopwatch

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.

Game Stopwatch - Main Window

Game Stopwatch - Past Values (statistics)

TODO

  • Create WinFormsLibrary + xunit tests as a separate project and GitHub repository
  • Code refactoring