|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/create-space-invaders-with-python-pygame/
课程评论:没有评论
**课程名称:** 使用 Python PyGame 制作《太空侵略者》 **课程概述:** 本课程将带您入门使用 Python 的 PyGame 模块制作经典游戏《太空侵略者》。即使您是编程初学者,没有任何面向对象编程的知识,也可以轻松学会。课程将为您打下 PyGame 的基础,使您能够独立创作各种 2D 游戏。《太空侵略者》的制作过程将以循序渐进的方式进行讲解,您将学到如何展示图像、播放声音等核心游戏开发技巧。PyGame 是一个功能强大且广泛应用于 Python 游戏开发的库,支持 Windows、Mac OS X 和 Linux 等主流操作系统,能够帮助您在不涉及 C 语言等底层编程的情况下,快速开发实时电脑游戏。本课程特别适合对 Python 游戏开发感兴趣的初学者,学完后,您将能够独立完成《太空侵略者》并触类旁通,创作更多不同类型的游戏。 **课程特点:** * **面向初学者:** 无需任何面向对象编程经验。 * **实践导向:** 亲手制作《太空侵略者》游戏。 * **PyGame 入门:** 掌握 PyGame 库的基础知识。 * **跨平台支持:** PyGame 兼容各类操作系统。 * **逐步教学:** 详细分解游戏制作的每一个步骤。 * **技能拓展:** 可将所学知识应用于开发其他类型游戏。 **先修要求:** * 具备基础的 Python 编程知识。
In this course you learn how to make the game space invaders with Python. You can use this knowledge to make other video games. It is a beginners course, you don't need any knowledge of object orientated programming. You will learn the basics of pygame and be able to make different games.pygame is a set of Python modules designed for writing games. Pygame supports all common computer operating systems, including Windows, Mac OS X and Linux. With this module you can make all kinds of 2d games, you can display images, play sounds and lots more. Pygame is designed to create real-time computer games, but without the low-level mechanics of the C programming language and its derivatives. It is one of the module popular modules for creating video games with Python. The pygame module is oriented towards real-time games, not static widget games. If you are new to Python and want to make games, this course is for you. You will create your own version of space invaders and be able to make different types of games, even if you are not an advanced Python programmer. The course goes step by step over the steps required to make the game. Only basic Python programming knowledge is required for this course.