
安装pygame
首先尝试:
pip install pygame -i http://pypi.douban.com/simple
如果出错,尝试
pip install pygame -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
开始玩游戏!
python3 -m pygame.examples.aliens

想要学习更多东西?
Below are unofficial tutorials and guides. Anything with wrong install instructions is not allowed.
General Tutorials
- Tutorials by DR0ID
- PyGame object oriented tutorials by przemo_li
- Thepythongamebook tutorial about Pygame
网友评论