|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/pygame-dungeon-crawler/
课程评论:没有评论
**课程名称:** Complete Pygame Tutorial - Create a Dungeon Crawler **课程概述:** 本课程将通过从零开始编写一个地牢爬行游戏,教授大家使用非常流行的Pygame模块。课程涵盖Python基础知识,包括各种循环、列表以及文件操作。 **主要学习内容:** * **Pygame入门与Python基础回顾:** 学习游戏循环、键盘输入以及在屏幕上绘制形状和图像。 * **进阶主题:** 动画制作和关卡地图(tilemaps)的实现。 * **人工智能(AI)应用:** 逐步为敌人构建不同层级的智能,从简单的追击玩家到更复杂的“看见即追”逻辑。 **课程亮点:** * 提供入门文件,帮助正确设置项目文件夹结构。 * 包含自定义关卡编辑器,方便玩家编辑和创建自己的游戏关卡。
In this course you will learn how to use the very popular Pygame module by coding a dungeon crawler game completely from scratch. Since this is a Python module, we will also cover a lot of the fundamentals of Python in the process. This will include different types of loops, lists and even working with files on the computer.The course will cover the fundamentals such as the game loop, keyboard inputs and drawings shapes and images onto the screen. This will give an introduction to Pygame and a refresher of Python if you haven't used it in a while.After that the course will move onto more advanced topics such as animation and level tilemaps.We will also tackle AI within this project, by gradually building up layers of intelligence for the enemies, starting with simpler logic, such as having the enemies always run towards the player, to more advanced logic, where the enemies need to see the player before they can chase him.The course includes a set of starter files to help you get the folder structure setup correctly from the beginning. Additionally, I have included my custom level editor so you can edit the levels and even create your own ones to add to the game.