- 博客(6)
- 收藏
- 关注
原创 (第2版)Python编程从入门到实践_外星人项目习题答案14-1按P键开始新游戏_pygame练习题_python项目练习题
14-1 飞船和外星人bmp图像: 主程序:alien_invasion.py import sys from time import sleep import pygame from settings import Settings from game_stats import GameStats from scoreboard import Scoreboard from button import Button from ship import Ship from bu.
2022-03-29 17:09:49
4181
1
原创 (第2版)Python编程从入门到实践_外星人项目习题答案13-5侧面射击-13-6游戏结束_pygame练习题_python项目练习题
13-5_13-6 主程序:alien_invasion.py #练习13-5——13-6 import sys from time import sleep import pygame from settings import Settings from ship import Ship from bullet import Bullet from alien import Alien from random import randint from game_stats import Game
2022-03-29 16:12:04
3932
1
原创 (第2版)Python编程从入门到实践_外星人项目习题13-1-13-2答案更逼真的星星_pygame练习题_python项目练习题
13_1-13_2 13_1 星星主程序: import sys import pygame from settings import Settings from ship import Ship from bullet import Bullet from alien import Alien class AlienInvasion: """Overall class to manage game assets and behavior.""" def __init__(
2022-03-27 16:26:31
1782
1
原创 (第2版)Python编程从入门到实践_外星人项目习题12-6侧面射击基础版答案_pygame练习题_python项目练习题
12_6.py: import sys import pygame from settings import Settings from ship import Ship from bullet import Bullet class AlienInvasion: """Overall class to manage game assets and behavior.""" def __init__(self): """Initialize the game,..
2022-03-27 10:13:58
2755
1
原创 (第2版)Python编程从入门到实践_外星人项目习题14-8答案_pygame练习题_python项目练习
14-8 alien_invasion.py #练习14-8 import sys from time import sleep import pygame from settings import Settings from ship import Ship from bullet import Bullet from alien import Alien from random import randint from game_stats import GameStats from bu.
2022-03-23 17:22:12
1737
1
原创 (第二版)Python编程从入门到实践_外星人项目习题答案12-6/13-1/14-1/14-3/14-4/14-5/14-8
(第2版)Python编程从入门到实践_外星人项目习题答案_哔哩哔哩_bilibili 上述视频是我本人边学习摸索制作的, 同时,请一起入门学习python的小伙伴们学习交流~~ 我选择了8道题进行了视频录制,其中有几道题我在学习过程中遇到一些问题的题目,我尝试在各大网站上搜索了,但是没有搜索到答案的,因此我整理好了之后发出来分享,帮助大家一起学习。代码不足之处求大神们指点~~~特别是难度等级那道题,我写的代码有些繁琐,因为我新建了三个button类来创建按钮,我猜想应该可以只创建一个button类,
2022-03-23 16:27:50
1058
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人