python에서 pygame 실행해보기 aliens https://www.pygame.org/wiki/GettingStarted
anaconda 설치하고 가상환경 들어가서 파이썬 버전(3.10 이상) 확인하고
pygame 인스톨 후 실행.
-- pygame 외계인 게임실행하기
anaconda shell에서
> pip install -U pygame
> python -m pygame.examples.aliens
(p_pygame) PS D:\_py_project\> conda deactivate
(base) PS D:\_py_project\> conda activate p_pygame
(p_pygame) PS D:\_py_project\> pip install -U pygame
Requirement already satisfied: pygame in c:\programdata\anaconda3\envs\p_pygame\lib\site-packages (2.4.0)
(p_pygame) PS D:\_py_project\> python -m pygame.examples.aliens
'프로그래밍 > Python' 카테고리의 다른 글
[python] Google 지도 서비스용 Python 클라이언트 (0) | 2023.05.22 |
---|---|
[Python] 현재 파일/디렉토리 위치 확인 및 변경 (0) | 2023.05.18 |
[PYTHON] Visual Studio Code 설치 (0) | 2023.05.18 |
python, anaconda 가상환경에서 파이썬 버전 확인 및 변경 (0) | 2023.05.18 |
[python] python 설치, 업데이트, pygame 준비 (0) | 2023.05.18 |