Update README

Space-Invader
CalisJI 2024-08-21 16:41:02 +07:00
parent 1fd6fa43ab
commit cef31f7eb4
1 changed files with 1 additions and 1 deletions

View File

@ -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)