AI悦创·玩中学,专属游戏代码。报名微信:Jiabcdefh
Project description
📦 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. 长期招收编程一对一学员
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
使用请留下版权信息,切勿删除!!!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PygameCase-0.0.9.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for PygameCase-0.0.9-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6986d1e7505226f77f0a35e88008eeb052766ae2cb54af252e14598e47f4c88 |
|
MD5 | a509987eb63bae71c65985386c31b8e3 |
|
BLAKE2b-256 | e7f0fe2ebaf1856084341647533d82439bdc3dd03c20a2b2cc2e2219a913363d |