Skip to main content

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


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)

Uploaded Source

Built Distribution

PygameCase-0.0.9-py2.py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page