From cef31f7eb4c933a2f1f6493a773ba1e67ae9c773 Mon Sep 17 00:00:00 2001 From: CalisJI Date: Wed, 21 Aug 2024 16:41:02 +0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05af620..ce02b91 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ y = 120 # Y coordinate (no action) z = 1 # 1: right shield; 2 left shield; 0 none sheild data = np.array([[60, 120,1]]).astype(np.float32) -#Game Space Craft +#Game Space Invaders x = 60 # X coordinate y = 120 # Y coordinate (no action)