From 1cc39b6b645363f6a998d96c3c7f9a931e0417a0 Mon Sep 17 00:00:00 2001 From: Casper Guo Date: Mon, 3 Jun 2024 22:28:47 -0400 Subject: [PATCH] Add script for adhoc games. Originally done in tournament.py --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1062246..735a869 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ __pycache__/ *.py[cod] *$py.class +play.py + # C extensions *.so