美文网首页计算传播学
Pygame内置小游戏外星人

Pygame内置小游戏外星人

作者: c0659eed21f5 | 来源:发表于2020-02-29 15:43 被阅读0次
pygame 卡哇伊!

安装pygame

首先尝试:

pip install pygame -i http://pypi.douban.com/simple

如果出错,尝试

pip install pygame -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

开始玩游戏!

https://www.pygame.org/

python3 -m pygame.examples.aliens

逃跑现场

想要学习更多东西?

Below are unofficial tutorials and guides. Anything with wrong install instructions is not allowed.

General Tutorials

Pygame Tutorials on Specific Topics

相关文章

网友评论

    本文标题:Pygame内置小游戏外星人

    本文链接:https://www.haomeiwen.com/subject/wdnphhtx.html