BoardGameClock
BoardGameClock is an application written in C# and released under the GPL v2. The main use is the meassurement of time for players while playing board games.
Please report issues/bugs here.
Any comments and suggestions here.
Feature requests here.
Downloads
Get newest release here.
Installation
There's no installer/setup file at this time. Extract the archive to any destination, run the executable and play!
Functions in current version
- Support for 1 to 8 players
- Only suitable for games with continous turn order (changable turn order will be one of the next steps).
- Both turn and game time are set in a game setup window. Game time is limited to 12 hours and the individual time to 100 minutes. Tell me if this isn't enough.
- The game may be paused at any time. The clock will then be stopped.
- A small results document (HTML) will be displayed after the game. The document will be saved in the application folder.
Release notes
12th August 2009 - Release 1
Known Issues
- Most columns in results page only show one best or worst player.
- Turn time for players is currently limited to 100 minutes. This only has cosmetically reasons (it fits better in the group boxes).
Plans for future releases
- Colors for players and variable turn order.
- More information on results page.
Far future
- Results with scores saved in XML files with sophisticated result tables.
Screenshots
Main Window after starting the programm
Programm running with five players
Setup window
Info window
Results window
Requirements
Either .NET 2.0 (or higher) or the Mono equivalent.
Acknowledgements