diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2019-02-13 23:32:08 +0100 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2019-02-13 23:32:08 +0100 |
commit | bc598375da7b9a20a35e958afb61dcd690d3d7b7 (patch) | |
tree | 764398251e30ae68920e53aa256d7e30b4cf55a0 /.gitmodules | |
parent | 6175cb1c53772cc92d91a39a254c38bdf8f64905 (diff) |
Play interactively against AI
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..034d1af --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "termio"] + path = termio + url = https://github.com/tomsmeding/termio |