码迷,mamicode.com
首页 >  
搜索关键字:pygame 画图形    ( 516个结果
10分钟教你用python打造贪吃蛇超详细教程
10分钟教你用python打造贪吃蛇超详细教程 在家闲着没妹子约, 刚好最近又学了一下python,听说pygame挺好玩的。今天就在家研究一下, 弄了个贪吃蛇出来。希望大家喜欢。 先看程序效果: 01 整体框架 平台:pycharm 关于pygame的安装这里就不在赘述,大家自行上网找合适自己的版 ...
分类:编程语言   时间:2018-06-29 00:04:50    阅读次数:212
mac brew install error
Error: No available formula with the name "pygame" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is sha ...
分类:系统相关   时间:2018-06-24 10:23:19    阅读次数:1105
在mac下初次使用pygame踩坑纪实(卡死)
初次使用pygame实现绘图功能就踩坑 直接上代码 这段代码在linux以及windows下运行没毛病,但是在mac系统下偏偏卡死了。 很头疼,我想出现卡死最有可能是因为无限循环造成的,于是乎,我把循环代码删除。重新运行能看到绘制的图片一闪而过。 那么问题肯定就出在循环里面了。 于是我又收索"运行p ...
分类:系统相关   时间:2018-06-23 19:12:47    阅读次数:701
python-pygame的触碰方法
1 #!/usr/bin/env python 2 # -*- coding:utf-8 -*- 3 # Author: ss 4 5 import pygame 6 import sys 7 import random 8 import math 9 10 11 class Ball(pygame... ...
分类:编程语言   时间:2018-06-23 01:23:21    阅读次数:184
子弹类
import pygame # pygame2d游戏 import time from pygame.locals import * class HeroPlane(object): def __init__(self,screen_temp): self.x=210 self.y=700 self... ...
分类:其他好文   时间:2018-06-22 17:42:07    阅读次数:196
python游戏pygame模块画圆及移动方法介绍
1 #!/usr/bin/env python 2 # -*- coding:utf-8 -*- 3 #Author: ss 4 5 import pygame 6 import sys 7 8 # 初始化 9 pygame.init() 10 11 size = width,height = 10... ...
分类:移动开发   时间:2018-06-22 13:29:42    阅读次数:743
Python游戏篇【第一篇】: Pygame入门
1.Python发展史 1.Python发展史 1.Python发展史 1.Python发展史 1.Python发展史 1.Python发展史 ...
分类:编程语言   时间:2018-06-13 00:11:43    阅读次数:167
Pygame一些不错教程平时收集....
用Python和Pygame写游戏-从入门到精通(6) http://eyehere.net/2011/python-pygame-novice-professional-6/ ...
分类:其他好文   时间:2018-06-12 20:57:59    阅读次数:116
pygame.time.Clock.tick()
http://www.pygame.org/docs/ref/time.html#pygame.time.Clock ...
分类:其他好文   时间:2018-06-11 22:11:01    阅读次数:931
pygame.Rect
https://www.pygame.org/docs/ref/rect.html#pygame.Rect https://blog.csdn.net/YZXnuaa/article/details/79011795 ...
分类:其他好文   时间:2018-06-11 21:57:01    阅读次数:148
516条   上一页 1 ... 21 22 23 24 25 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!