fix timebox (differently), support for more players, remove version numbers,
enable limited sudden death. Also: using Skip Go generates as many points as
you would have gotten had you sat and waited.
if(WIN32 AND NOT UNIX)
file(GLOB DLLs *.dll)
file(GLOB ICOs *.ico)
install(FILES
${DLLs}
${ICOs}
DESTINATION bin)
endif(WIN32 AND NOT UNIX)