From ef06cce4c7e9ad0d14206803815e3b84c8eb92d3 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Thu, 9 May 2024 17:29:15 -0600 Subject: [PATCH] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de8a33..5b0f8d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # np-tetris -tetris in numpy +`main.py`: tetris in `numpy` +`tetris.py`: tetris with `curses` +`snake.py`: snake with `curses` and `numpy` Copyright 2024 Michael Pilosov, PhD