资源简介
新手通过上手Python的pygame模块,可以更好上手学些新Python
代码片段和文件信息
import pygame
import sys
import math
import traceback
from pygame.locals import *
from random import *
#球类继承自Sprite类
class Ball(pygame.sprite.Sprite):
def __init__(selfgrayball_imagegreenball_imagepositionspeedbg_sizetarget):
#初始化动画精灵
pygame.sprite.Sprite.__init__(self)
self.grayball_image=pygame.image.load(grayball_image).convert_alpha()
self.greenball_image=pygame.image.load(greenball_image).convert_alpha()
self.rect=self.grayball_image.get_rect()
#将小球放在指定位置
self.rect.leftself.top=position
self.speed=speed
self.side=[choice([-11])choice([-11])]
self.collide=False
self.target=target
self.control=False
self.widthself.height=bg_size[0] bg_size[1]
self.radius=self.rect.width /2
def move(self):
if self.control:
self.rect=self.rect.move(self.speed)
else:
self.rect=self.rect.move(self.side[0]*self.speed[0]\
self.side[1]*self.speed[1])
#如果小球的左侧出了边界,那么将小球左侧的位置改为右侧的边界
#这样便实现了从左边进入,右边出来的效果
if self.rect.right<=0:
self.rect.right=self.width
elif self.rect.left>=self.width:
self.rect.right=0
elif self.rect.bottom<=0:
self.rect.top=self.height
elif self.rect.top>=self.height:
self.rect.bottom=0
#为小球添加一个check方法,用于判断鼠标在一秒钟时间内产生的事件数是否匹配次目标
def check(selfmotion):
if self.target<=motion<=self.target+5:
return True
else:
return False
#定义玻璃面板类
class Glass(pygame.sprite.Sprite):
def __init__(selfglass_imagemouse_imagebg_size):
#初始化动画精灵
pygame.sprite.Sprite.__init__(self)
self.glass_image=pygame.image.load(glass_image).convert_alpha()
self.glass_rect=self.glass_image.get_rect()
self.glass_rect.leftself.glass_rect.top=\
(bg_size[0]-self.glass_rect.width) //2\
(bg_size[1]-self.glass_rect.height)
self.mouse_image=pygame.image.load(mouse_image).convert_alpha()
self.mouse_rect=self.mouse_image.get_rect()
self.mouse_rect.leftself.mouse_rect.top=\
self.glass_rect.leftself.glass_rect.top
pygame.mouse.set_visible(False)
def main():
pygame.init()
grayball_image=‘gray_ball.png‘
greenball_image=‘green_ball.png‘
bg_image=‘bg.png‘
glass_image=‘glass.png‘
mouse_image=‘hand.png‘
bg_size=widthheight=1024681
screen=pygame.display.set_mode(bg_size)
pygame.display.set_caption(‘Play the ball -FishC Demo‘)
background=pygame.image.load(bg_image).convert_alpha()
hole=[(112122198204)\
(222
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 176490 2018-09-06 09:23 play the ball+plus music\bg.png
文件 518065 2018-12-18 15:59 play the ball+plus music\bg_music.ogg
文件 1360044 2018-12-18 15:38 play the ball+plus music\bg_music.wav
文件 3424615 2018-12-18 16:09 play the ball+plus music\bg_music_1.mp3
文件 20652 2018-12-18 15:17 play the ball+plus music\dog.wav
文件 77501 2018-12-18 21:07 play the ball+plus music\glass.png
文件 10197 2018-09-06 09:23 play the ball+plus music\gray_ball.png
文件 12362 2018-12-18 22:10 play the ball+plus music\green_ball.png
文件 2774 2018-12-18 21:30 play the ball+plus music\hand.png
文件 350044 2018-12-18 15:27 play the ball+plus music\hole.wav
文件 130044 2018-12-18 16:18 play the ball+plus music\laugh.wav
文件 440044 2018-12-18 15:24 play the ball+plus music\loser.wav
文件 10240 2018-12-19 16:35 play the ball+plus music\main.py
文件 1620 2018-12-18 16:10 play the ball+plus music\music.py
文件 4969 2018-12-18 15:43 play the ball+plus music\pause.png
文件 120044 2018-12-18 16:07 play the ball+plus music\pigeon.wav
文件 6097 2018-12-18 15:44 play the ball+plus music\play.png
文件 14734 2018-12-19 11:59 play the ball+plus music\win.png
文件 140044 2018-12-18 15:23 play the ball+plus music\winner.wav
文件 48821 2018-12-18 22:10 play the ball+plus music\新建 Microsoft PowerPoint 演示文稿.pptx
目录 0 2018-12-19 11:59 play the ball+plus music
----------- --------- ---------- ----- ----
6869401 21
相关资源
- 《用Python解决数据结构与算法问题》
- 笨方法学pythonLearn Python the Hard Way中文
- python2.7帮助文档CHM
- Python Add-In Wizard
- 超好用的python批量反编译软件
- 鱼c小甲鱼零基础python全套课后题已经
- python pandas库
- 用Python做科学计算,高清版,带目录
- python并行编程 中文版
- python2.7 numpy安装
- Kalman and Bayesian Filters in Python
- Python Programming on Win32.pdf
- python2714_chm.zip
- Python3-廖雪峰 高清完整PDF版
- OpenCV官方教程中文版(For Python)pdf
- python_点云的地面分割,以及非点云数
- deep learning with python Jason Brownlee 2019
- 笨办法学Python3英文版+笨办法学pytho
- python网上商城.rar
- Python编程基础
- Python-基于50W携程出行攻略的顺承事件
- python安装包
- 《零基础入门学习Python》课堂笔记
- Machine Learning with Python 无水印原版pd
- Python网络数据采集(超清)
- 趣学Python 教孩子学编程_PDF电子书 高
- Learning.OpenCV.3.Computer.Vision.with.Python.
- 计算机二级学习资料python
- 利用Python生成验证码图片相关文件
- python实现淘宝爬虫
评论
共有 条评论