From 3dac990cedf67f6c9806fb95fcb1ce5a7d5d92c3 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Thu, 9 May 2024 18:10:28 -0600 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b0f8d2..5eb0778 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # np-tetris -`main.py`: tetris in `numpy` +`main.py`: tetris in pure python + `numpy` `tetris.py`: tetris with `curses` `snake.py`: snake with `curses` and `numpy`