From c19a6899f956e8b2fbaac460092a2b1675db1ce3 Mon Sep 17 00:00:00 2001 From: HodooPy Date: Sat, 1 Jun 2024 12:42:41 +0900 Subject: [PATCH] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 854c6d7..2ed69c0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # Suika.py -Minimum python suika game - -The only dependencies are NumPy, Numba, Matplotlib. - -You can use it for Reinforcement Learning project. (Or you can just play it pretending to code.) - -You can run the code by `python suika.py` +Minimum python suika game +![2024-06-01_12-37-34](https://github.com/HodooPy/suikapy/assets/171400185/bf66ab9d-d383-4381-af81-3a1087333588) +The only dependencies are NumPy, Numba, Matplotlib. +You can use it for Reinforcement Learning project. (Or you can just play it pretending to code.) +You can run the code by `python suika.py` ``` This is a prototype of code. The latest version code may change at any time. ```