What is the translation of " PYGAME " in English?

Examples of using Pygame in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
下载并安装pygame插件.
Download and install Pygame.
游戏开发基于Pygame
Game framework based on pyGame.
即使是pygame模块,它也有自己的模块)。!
Even the pygame module has its own modules!
检测KEYDOWN:KEYDOWN是我们定义好的pygame.
Check for KEYDOWN event;KEYDOWN is a constant defined in pygame.
Surface和Rects是PyGame中的基本构件。
Surfaces and Rects are basic building blocks in PyGame.
这里,我们将导入pygamepygame.
In this case we will be importing pygame itself and pygame.
每一个使用Pygame的程序都应该以这几行开头:.
Every program that uses Pygame should start with these lines:.
欢迎阅读本系列的第一篇教程:使用Pygame构建游戏。
Welcome to the first tutorial of the series: Building games with Pygame.
我们将使用pygame.image.load()导入图片的路径。
We will use pygame. image. load() by passing it a path to a file.
PygamePygame是一套Python组件,是为编写游戏设计的。
Pygame Pygame is a set of Python modules designed for writing games.
非常重要的一点:importpygame会去寻找一个名叫pygame的库文件。
Important: The import pygame looks for a library file named pygame.
而像PyGame这样的第三方模块同样有助于扩大学生的接触领域。
Third-party modules such as PyGame are also helpful in extending the students' reach.
如果不传入其他参数,Pygame会替我们选择最佳的颜色深度和像素格式。
By passing no other arguments, pygame will just pick the best color depth and pixel format for us.
我开发出基于Pygame和Python的课程,随后也开发出一涛基于Phaser的。
I developed my own curriculum based on Pygame and Python, then I developed one based on Phaser.
Pygame也有许多其他的多媒体功能,包括光盘驱动器,数码相机和音频设备。
Pygame also has numerous other multimedia capabilities including CD drives, cameras, and audio devices.
您可以使用名为PyGame的库来开发游戏,但它并不是最流行的游戏引擎。
You could use the library called PyGame to develop games, but it's not the most popular gaming engine out there.
Pygame在新窗口中显示图形,因此它将无法在WSL的命令行方法下运行。
Pygame displays graphics in a new window, and so it will not work under the command-line-only approach of WSL.
在本篇文章中,我们将使用Pygame来添加键盘控制,如此一来你就可以控制你的角色的移动。
In this article, we will use Pygame to add keyboard controls so you can direct your character's movement.
pygame一样,非常重要的是,不要创建一个和被导入的内容名字相同的文件。
Just like with pygame, it is important not to create a filewith the same name as what is being imported.
完成变量定义后,下一个任务是初始化pygame,这是通过调用pygame.init()来完成的。
With variable definitions done, the next task is to initialize pygame, which is done by calling pygame. init().
幸运的是,Python足够聪明,Pygame会恰当地清理掉我们不再使用的Surface对象。
Fortunately Python is smart enough to handle this, and pygame will properly clean up the Surface we end up not using.
Pygame是一种流行的Python包,用于编写游戏-鼓励学生学习编程,同时创建有趣的东西。
Pygame is a popular Python package for writing games- encouraging students to learn programming while creating something fun.
Python有一些可以播放音频文件的库,例如pygame,它让你可以用几行代码来处理多媒体文件。
Python has libraries that can play audio files,such as pygame, which allows you to work with multimedia files in few lines of code.
Pygame中使用的颜色是RGB类型,其中三个字节(0-255)表示红色,绿色和/或蓝色的数量。
The colors used in pygame are of the RGB type where three bytes(0- 255) represent the amount of either Red, Green, and/or Blue.
下一个代码块用于变量声明和初始化,其中包括pygame的布尔值,字符串和颜色。
The next chunk of code is for variable declaration and initialization, which includes boolean values, strings,and colors for pygame.
这才是PyGame的魅力所在!写冲突代码(collisioncode)很难,但是PyGame提供了很多冲突检测方法,你可以在这里查看其中一部分。
Writing collision code is hard, but PyGame has a LOT of collision detection methods, some of which you can find here.
但有多年的帮助大儿子使用Python创建炫酷游戏经历的我,依然钟情于Python和Pygame
But after years of helping my daughter's older brother create cool games in Python,I will always have an emotional attachment to Python and Pygame.
PyGameZero试图通过在PyGame上放置一个抽象层来弥合这一差距,因此它字面上并不需要模板。
PyGame Zero is intended to bridge that gap by putting a layer of abstraction over PyGame so it requires literally no boilerplate.
所有的用户输入(和我们稍稍后提到的其他事件)都会进入PyGame的事件队列,通过调用pygame.event.get()可以访问该队列。
All user input(and some other events we will get into later) go into the PyGame event queue, which you can access by calling pygame. event. get().
如果出现了ImportError:Nomodulenamedpygame错误,那么,尝试重新安装Pygame(并且确保正确地输入了importpygame)。
If the error ImportError: No module named pygame appears, then try to install Pygame again(and make sure you typed import pygame correctly).
Results: 53, Time: 0.0229

Top dictionary queries

Chinese - English