Astrophysics, Data Science, and other cool stuff

by Dan Gole


Project maintained by dgole Hosted on GitHub Pages — Theme by mattgraham

N-Way Chess Clock


A very simplistic command line tool for keeping track of who is taking the longest turns in your board games. It’s essentially a chess clock, displaying the remaining time alloted for each player given some initial amount of time and an increment per turn.

Link to github repository

Instructions:
To get repo: “git clone https://github.com/dgole/nWayChessClock”
Command line args are ... example: python3 nWayChessClock.py 300 120 Alice Bob Carol


Return to Homepage