You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brain dumping some ideas about card games that Paul and I were discussing this evening before they totally evaporate from my head:
Multiple types of cards: packages (numpy, scipy, etc) and scripts (from scipy import ...), but maybe also platforms (osx, dask cluster, etc)
You score points / "win" by matching your script card to a platform and all of its package dependencies, which will be held by other players
Take photos of your script next to each of its dependency cards as you find them, upload ?somewhere? to be indexed (maybe qr-code index each card for easy processing)
Some packages will not be distributed to first-time attendees; this forces newbies to meet/interact with old-timers
Have some wildcards that can mess with the mechanics (eg a mock package) flux-style
Maybe have transitive dependencies? Limit the depth here, but maybe a script requires scipy and numpy together, so you can only collect points if you have all three in one picture
The text was updated successfully, but these errors were encountered:
Thinking the last point through a bit: what if we give each player a handful of script cards, and each one is worth a different amount of points (printed on the face) based on the depth of its dependency chain? This would give a scoring mechanism without adding too much complexity.
brain dumping some ideas about card games that Paul and I were discussing this evening before they totally evaporate from my head:
Multiple types of cards: packages (numpy, scipy, etc) and scripts (from scipy import ...), but maybe also platforms (osx, dask cluster, etc)
You score points / "win" by matching your script card to a platform and all of its package dependencies, which will be held by other players
Take photos of your script next to each of its dependency cards as you find them, upload ?somewhere? to be indexed (maybe qr-code index each card for easy processing)
Some packages will not be distributed to first-time attendees; this forces newbies to meet/interact with old-timers
Have some wildcards that can mess with the mechanics (eg a mock package) flux-style
Maybe have transitive dependencies? Limit the depth here, but maybe a script requires scipy and numpy together, so you can only collect points if you have all three in one picture
The text was updated successfully, but these errors were encountered: