|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/game-dev-bomberman-with-python-pygame-and-oop/
课程评论:没有评论
课程名称:游戏开发:使用Python、Pygame和OOP制作炸弹人 课程概述: 本课程旨在带领学员一步步完成一个功能完整、元素齐全的“炸弹人”游戏。与市面上许多仅覆盖游戏基础构建模块的教程不同,本课程将深入讲解游戏开发的各个环节,包括开始画面、所有道具的设计与实现、得分画面等。 学员将学习如何利用Python、Pygame库以及面向对象编程(OOP)的理念,从零开始构建一个经典的80、90年代风格的游戏。课程强调理解每个游戏元素的创建和实现过程,帮助学员获得独立开发游戏的洞察力,并为将来应对更复杂的挑战奠定基础。 课程特色: * **全面性:** 涵盖游戏开发的完整流程,而非仅仅基础。 * **实践性:** 通过制作一个完整的“炸弹人”游戏,学以致用。 * **技术栈:** 使用Python、Pygame和OOP进行开发。 * **启发性:** 帮助学员理解游戏设计和实现原理,激发自主开发能力。 * **复古情怀:** 以经典游戏为蓝本,提供有趣的编码挑战。
I have done so many of the regular projects out there, such as a tic tac toe, chess, hangman, asteroids, connect 4, but all of these projects felt small and I found there to not be much variety when it comes to game tutorials. Most tutorials all cover the same games, with only variations in how they are coded. I also found that most tutorials, do not go through every element of a game, such as the start screen, all of the power ups, the score screens, etc.They usually only take you as far as the basic building blocks, and then leave you to create the rest, should you wish to continue.Most of these tutorials, have left me with a directory filled with what would be deemed as unfinished games.Hence I thought it would be great to put together a course on creating a game, with all of the game elements created and implemented in a step by step process, that leaves you at the end of the course, with a fully functional, and complete game. My hope is that you are able to understand how each element of this game is created and implemented, so that you gain further insight when deciding to tackle a challenge of your own. I also find the old games from the 80's and 90's as fantastic coding challenges, in particular when it comes to trying to understand how something may have been implemented.