We may earn an affiliate commission when you visit our partners.
Course image
姜忠鼎

近年来,随着智能手机性能的不断提升,智能手机可以流畅运行画质精美、内容丰富的游戏,手游市场以惊人的速度增长。网易游戏、腾讯游戏等著名游戏公司将重心转移到手游的开发和运营方面。《阴阳师》、《梦幻西游》、《CF穿越火线》、《王者荣耀》等手机网游长居App Store排行榜前列。游戏的成功需要游戏公司对游戏产业、游戏策划以及游戏编程有深层次的理解。《网络游戏设计与开发》专项课程也是重点讲解游戏产业、游戏策划以及游戏编程,让学习者掌握相关知识要点。

Read more

近年来,随着智能手机性能的不断提升,智能手机可以流畅运行画质精美、内容丰富的游戏,手游市场以惊人的速度增长。网易游戏、腾讯游戏等著名游戏公司将重心转移到手游的开发和运营方面。《阴阳师》、《梦幻西游》、《CF穿越火线》、《王者荣耀》等手机网游长居App Store排行榜前列。游戏的成功需要游戏公司对游戏产业、游戏策划以及游戏编程有深层次的理解。《网络游戏设计与开发》专项课程也是重点讲解游戏产业、游戏策划以及游戏编程,让学习者掌握相关知识要点。

《网络游戏设计与开发》毕业项目参考网易游戏研发人员的入职要求,网易游戏内部专家给出的建设性意见,结合专项课程游戏产业、游戏策划、游戏开发知识要点,要求学习者完成手机网游教学项目:慕课英雄3的设计与开发。毕业项目参考当前热门FPS游戏“CF穿越火线手游”和“守望先锋”的游戏功能和特色,使用Unity引擎、Photon网络引擎和PlayFab游戏后台API,完成“慕课英雄3”游戏客户端的开发;毕业项目讲述PlayFab、Segment、Amplitude中间件提供的大数据分析服务,分析慕课英雄3游戏事件数据,监控游戏运营情况;毕业项目讲述游戏数值平衡知识要点,利用数值平衡模型调整慕课英雄3游戏战斗数值,提升游戏平衡性;最后,建议学习者在阿里云虚拟机部署Photon服务器,把慕课英雄3游戏发布到Android应用市场,让更多玩家体验你开发的游戏。

通过《网络游戏设计与开发》毕业项目的学习,学习者对《网络游戏设计与开发》专项课程知识要点有更深入的理解,为入职游戏行业打下扎实的基础。

Enroll now

What's inside

Syllabus

毕业项目简介与PlayFab介绍
大家好,欢迎来到《网络游戏设计与开发》毕业项目!本课程,我们结合游戏产业、游戏策划以及游戏编程知识要点,使用Unity引擎、Photon网络引擎、PlayFab游戏后台服务,完成手机网络游戏:慕课英雄3游戏的设计与开发。我们讲解游戏数据分析与游戏数值平衡的知识要点,监控游戏运营情况,提升游戏平衡性。介绍Photon服务器云平台部署和Android游戏发布的流程,把慕课英雄3发布到Android市场,让更多玩家体验你开发的游戏。本单元,我们介绍毕业项目的基本信息,讲解毕业项目的开发方法,介绍游戏后台服务PlayFab。如果大家在概念、测试或是技术细节上遇到困难,可以在讨论区寻求帮助。希望大家融入Coursera学习社区,互相帮助,共同进步。
Read more
PlayFab与游戏账号、商城内购
欢迎大家进入毕业项目第二单元的学习!本单元,我们开始慕课英雄3手游的开发,使用游戏后台服务PlayFab完成慕课英雄3游戏账号、商城内购功能。首先,我们使用PlayFab游戏后台API,实现网络游戏账号注册、登录功能;接着,我们使用PlayFab GameManager的游戏货币管理功能,实现网络游戏货币管理,包括游戏货币兑换,在淘宝电商平台使用现实货币购买游戏货币;最后,我们使用PlayFab GameManager的游戏道具管理功能,实现网络游戏商城功能,玩家可以在游戏中购买和使用游戏道具。
PlayFab与玩家排行榜、成就系统、天赋系统
欢迎大家进入毕业项目第三单元的学习!本单元,我们继续慕课英雄3手游的开发, 使用游戏后台服务PlayFab完成慕课英雄3玩家排行榜、成就系统、天赋系统的实现。我们使用PlayFab游戏后台API,在PlayFab GameManager存储玩家战斗数据、成就系统数据、以及天赋系统数据,实现玩家排行榜、成就系统、天赋系统游戏功能。
新游戏模式:古墓夺宝战
欢迎大家进入毕业项目第四单元的学习!本单元,我们继续慕课英雄3手游的开发。我们借鉴热门PC游戏“守望先锋”的据点争夺和运载目标模式,为慕课英雄3添加类似的新游戏模式,古墓夺宝战。我们回顾游戏状态机概念,利用游戏状态机编程实现古墓夺宝战模式的游戏流程控制。
古墓夺宝战的多人游戏同步
欢迎大家进入毕业项目第五单元的学习!本单元,我们继续慕课英雄3手游的开发, 完成古墓夺宝战模式的多人游戏同步。首先,我们回顾Photon网络游戏同步的知识点,讲述Photon网络游戏场景对象的管理方法;接着,我们在古墓夺宝战加入了守护者、僵尸和骷髅,使用Photon网络游戏场景对象的管理方法,控制这些怪物的行为;最后,我们加入宝物车对象,使用状态机控制宝物车的行为,完成古墓夺宝战模式的开发。
游戏数据分析和游戏数值平衡
欢迎大家进入毕业项目第六单元的学习!本单元,我们讲解游戏数据分析和游戏数值平衡知识要点。我们讲解游戏数据分析知识要点,使用PlayFab、Segment、Amplitude中间件提供的大数据分析服务,分析慕课英雄3事件数据,监控游戏运营情况;另外,我们讲解游戏数值分析知识要点,利用游戏数值平衡模型设置游戏数值,提升游戏平衡性。
慕课英雄3的完善与发布
欢迎大家进入毕业项目第七单元的学习!本单元,我们建议大家给慕课英雄3添加新游戏功能,改善游戏体验。慕课英雄3开发完成后,建议大家在云平台部署Photon服务器,将手机网络游戏慕课英雄3发布到Android应用市场,让更多玩家体验你开发的游戏。
毕业项目结束
欢迎大家进入毕业项目第八单元的学习!本单元,大家需要上传制作完成的慕课英雄3项目,以及慕课英雄3游戏说明书、游戏数据分析报告等作业。作业上传完毕后,大家需要批改其他三名同学的毕业项目作业。最后,建议大家根据其他同学给出的意见完善慕课英雄3项目,完成专项课程《网络游戏设计与开发》的学习。

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
涉及游戏产业、游戏策划和游戏编程的深入理解,为游戏行业打下基础。
使用 Unity 引擎、Photon 网络引擎和 PlayFab 游戏后台 API,进行手机网络游戏设计与开发。
提供数据分析服务,监控游戏运营情况。
利用数值平衡模型调整游戏战斗数值,提升游戏平衡性。
以网易游戏研发人员入职要求为参考,结合行业专家意见,完成教学项目。

Save this course

Save 网络游戏设计与开发毕业项目 to your list so you can find it easily later:
Save

Reviews summary

业界真实项目实战

本课程是一款真实网络游戏立项,从项目立项、账号注册,到内购商城、排行榜,再到游戏内各种功能模式,都有详细的介绍和实现,是业界真实项目实战的线上课程。
业界真实项目实战
"本课程是一款真实网络游戏立项,从项目立项、账号注册,到内购商城、排行榜,再到游戏内各种功能模式,都有详细的介绍和实现,是业界真实项目实战的线上课程。"

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in 网络游戏设计与开发毕业项目 with these activities:
Create a Game Prototype
Creating a game prototype will help you test your ideas and get feedback from others.
Browse courses on Game Prototyping
Show steps
  • Define the scope of your game
  • Create a game design document
  • Develop a prototype of your game
  • Get feedback on your prototype
  • Iterate on your prototype
Write a Game Design Document
Writing a game design document will help you plan your game and track your progress.
Show steps
  • Define the scope of your game
  • Describe the gameplay
  • Design the levels
  • Create the game's story
  • Document the game's technical specifications
Show all two activities

Career center

Learners who complete 网络游戏设计与开发毕业项目 will develop knowledge and skills that may be useful to these careers:
Project Manager
Project managers are responsible for planning, executing, and closing projects. This course can help you develop the skills you need to be a successful project manager by providing you with a solid foundation in the principles of project management and game development. You will learn about different project management tools and techniques used in game development and how to use them to plan, execute, and close projects successfully.
Data Scientist
Data scientists are responsible for developing new techniques for extracting knowledge from data. This course can help you develop the skills you need to be a successful data scientist by providing you with a solid foundation in the principles of data science and game development. You will learn about different data science techniques and tools used in game development and how to use them to develop new techniques for extracting knowledge from data.
Machine Learning Engineer
Machine learning engineers are responsible for developing and deploying machine learning models. This course can help you develop the skills you need to be a successful machine learning engineer by providing you with a solid foundation in the principles of machine learning and game development. You will learn about different machine learning techniques and tools used in game development and how to use them to develop and deploy machine learning models.
Business Analyst
Business analysts are responsible for analyzing business needs and developing solutions to improve efficiency and profitability. This course can help you develop the skills you need to be a successful business analyst by providing you with a solid foundation in the principles of business analysis and game development. You will learn about different business analysis techniques and tools used in game development and how to use them to analyze business needs and develop effective solutions.
Software Engineer
Software engineers are responsible for designing, developing, and maintaining software applications. This course can help you develop the skills you need to be a successful software engineer by providing you with a solid foundation in the principles of software engineering and game development. You will learn about different software engineering techniques and tools used in game development and how to use them to design, develop, and maintain software applications.
Data Analyst
Data analysts are responsible for collecting, cleaning, and analyzing data to identify trends and patterns. This course can help you develop the skills you need to be a successful data analyst by providing you with a solid foundation in the principles of data analysis and game development. You will learn about different data analysis techniques and tools used in game development and how to use them to analyze game data and identify opportunities for improvement.
Computer Scientist
Computer scientists are responsible for developing new theories and techniques for computing. This course can help you develop the skills you need to be a successful computer scientist by providing you with a solid foundation in the principles of computer science and game development. You will learn about different computer science techniques and tools used in game development and how to use them to develop new theories and techniques for computing.
Game Designer
Game designers are responsible for the overall concept and design of video games. They may work on a variety of different aspects of game development, including gameplay mechanics, story, characters, and levels. This course can help you develop the skills you need to be a successful game designer by providing you with a solid foundation in the principles of game design and development. You will learn about the different stages of the game development process and how to create engaging and fun games. You will also learn about the latest trends in game design and development, so you can keep up with the rapidly changing industry.
Game Developer
Game developers are responsible for creating the actual code and art assets for video games. This course can help you develop the skills you need to be a successful game developer by providing you with a solid foundation in the principles of game design and development. You will learn about the different stages of the game development process and how to use different programming languages and tools to create games. You will also learn about the latest trends in game development so that you can keep up with the rapidly changing industry.
Game Artist
Game artists are responsible for creating the art assets for video games, including characters, environments, and objects. This course can help you develop the skills you need to be a successful game artist by providing you with a solid foundation in the principles of art and design. You will learn about different art styles and techniques used in game development and how to use them to create visually appealing and memorable art.
Game Producer
Game producers are responsible for managing the development of video games. They work with a team of developers to ensure that the game is completed on time and within budget. This course can help you develop the skills you need to be a successful game producer by providing you with a solid foundation in the principles of project management and game development. You will learn about different project management tools and techniques used in game development and how to use them to manage a team effectively.
Game Tester
Game testers are responsible for testing video games to ensure that they are free of bugs and errors. This course can help you develop the skills you need to be a successful game tester by providing you with a solid foundation in the principles of software testing and game development. You will learn about different testing techniques and tools used in game development and how to use them to find and fix bugs.
Robotics Engineer
Robotics engineers are responsible for designing, building, and maintaining robots. This course can help you develop the skills you need to be a successful robotics engineer by providing you with a solid foundation in the principles of robotics and game development. You will learn about different robotics techniques and tools used in game development and how to use them to design, build, and maintain robots.
Game Programmer
Game programmers are responsible for writing the code for video games. They work on a variety of different aspects of game development, including gameplay mechanics, artificial intelligence, and graphics programming. This course can help you develop the skills you need to be a successful game programmer by providing you with a solid foundation in the principles of programming and game development. You will learn about different programming languages and tools used in game development and how to use them to create efficient and robust code.
Artificial Intelligence Engineer
Artificial intelligence engineers are responsible for developing and deploying artificial intelligence systems. This course can help you develop the skills you need to be a successful artificial intelligence engineer by providing you with a solid foundation in the principles of artificial intelligence and game development. You will learn about different artificial intelligence techniques and tools used in game development and how to use them to develop and deploy artificial intelligence systems.

Reading list

We've selected nine books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in 网络游戏设计与开发毕业项目.
Is an up-to-date and comprehensive guide to game development using Unity 2019 and C#. It covers all the essential concepts, from setting up your project to coding your first game. It also includes practical examples and exercises to help you learn.
Practical guide to developing 2D and 3D games with Unity. It covers all the essential aspects of game development, from creating your first game to publishing it on the App Store or Google Play. It also includes practical examples and exercises to help you learn.
Collection of essays by some of the world's leading game designers. It covers a wide range of topics, from the history of game design to the future of the industry. It also includes practical examples and exercises to help you learn.
Comprehensive look at the architecture of game engines. It covers everything from the basics of rendering to the latest trends in game development. It also includes practical examples and exercises to help you learn.
Comprehensive look at the physics of games. It covers everything from the basics of physics to the latest trends in game development. It also includes practical examples and exercises to help you learn.
Comprehensive look at the Unity game development process. It covers everything from the basics of Unity to the latest trends in game development. It also includes practical examples and exercises to help you learn.

Share

Help others find this course page by sharing it with your friends and followers:
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser