PygameCase 0.0.9

Creator: bradpython12

Last updated:

Add to Cart

Description:

PygameCase 0.0.9

📦 Pygame demo
这个代码库的存在是为了提供一个 AI悦创·编程一对一教学而产生的库,这个库的作用是配套我未来将要出版的书籍中的代码示例,其实也就是游戏案例库。
0. Installation
MacOS
pip3 install PygameCase

Windows
pip install PygameCase

获取最新版
如果你换源了,请用下面的命令获取最新版本:
pip3 install PygameCase -i https://pypi.org/simple

pip install PygameCase -i https://pypi.org/simple

国内镜像源同步,比较缓慢,一般需要一天左右才会同步。
升级命令
pip3 install PygameCase --upgrade -i https://pypi.org/simple

1. All Game



序号
名称
简介
教程




01
足球弹动
足球碰到边缘就反弹
Football



2. 长期招收编程一对一学员

AI悦创:https://bornforthis.cn/

3. Demonstration
3.1 Football
1. 游戏体验
from PygameCase import FootBall, concise

football.run() # 完整代码运行
# concise.run() # 简洁代码运行

2. 游戏代码显示
from PygameCase import show_code

print(show_code("concise")) # 课上代码输出
# print(show_code("full")) # 完整代码输出

4. License
使用请留下版权信息,切勿删除!!!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.