https://qiita.com/i-tanaka730/items/ad56461a4f223fdbb4e5
こつらのサイト参照して
pygameをインストールし
サイトの項目の
『5.pygameを動かしてみる』で
python -m pygame.examples.aliens
と打ちましたが
SyntaxError: invalid syntax
と出てしまいます。
どうやったらインベーダーゲームを起動できるのでしょうか?
是非教えてください。よろしくお願いします。
下のコードは自分が打ち込んだコードと結果です。
Microsoft Windows [Version 10.0.18363.1556] (c) 2019 Microsoft Corporation. All rights reserved. C:\Users\81809>python --version Python 3.9.5 C:\Users\81809>python -m pip install pygame Requirement already satisfied: pygame in c:\users\81809\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (2.0.1) C:\Users\81809>python Python 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import pygame pygame 2.0.1 (SDL 2.0.14, Python 3.9.5) Hello from the pygame community. https://www.pygame.org/contribute.html >>> python -m pygame.examples.aliens File "<stdin>", line 1 python -m pygame.examples.aliens ^ SyntaxError: invalid syntax >>>
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/06/06 10:38