为什么游戏开发者不玩游戏_什么是游戏开发?

为什么游戏开发者不玩游戏

Game Development is the art of creating games and describes the design, development and release of a game. It may involve concept generation, design, build, test and release. While you create a game, it is important to think about the game mechanics, rewards, player engagement and level design.

游戏开发是创造游戏的艺术,它描述了游戏的设计,开发和发布。 它可能涉及概念的生成,设计,构建,测试和发布。 在创建游戏时,考虑游戏机制,奖励,玩家参与度和关卡设计非常重要。

A game developer could be a programmer, a sound designer, an artist, a designer or many other roles available in the industry.

游戏开发人员可以是程序员,声音设计师,艺术家,设计师或行业中的许多其他角色。

Game Development can be undertaken by a large Game Development Studio or by a single individual. It can be as small or large as you like. As long as it lets the player interact with content and is able to manipulate the game’s elements, you can call it a ‘game’.

游戏开发可以由大型游戏开发工作室或单个人员进行。 大小可以根据您的喜好选择。 只要它允许玩家与内容进行交互并能够操纵游戏元素,您就可以将其称为“游戏”。

To get involved in the Game Development process, you do not need to write code. Artists may create and design assets, while a Developer might focus on programming a health bar. A Tester may get involved to see that the game works as expected.

要参与游戏开发过程,您无需编写代码。 艺术家可以创建和设计资产,而开发人员可以专注于编写健康栏。 测试人员可能会参与其中,以查看游戏是否按预期工作。

To resolve problems that game frameworks had, tools like libGDX and OpenGL were developed. They helped game development to be a lot faster and easier, providing lots of pre-made functions and features. However, it was still hard to enter the industry or understand a framework for someone coming from a non-programmer background, a common case in the game development scene.

为了解决游戏框架存在的问题,开发了libGDX和OpenGL之类的工具。 他们帮助游戏开发变得更快,更轻松,并提供了许多预制的功能。 但是,仍然很难进入行业或为非程序员背景的人了解框架(这是游戏开发领域的常见情况)。

That was when game engines like Construct, Game Maker, Unity and Unreal were developed. Generally, an engine has everything that a framework had, but with a more friendly approach by using a graphic user interface (GUI) and helping with the graphic development of the game.

那时开发了诸如Construct,Game Maker,Unity和Unreal等游戏引擎。 通常,引擎具有框架拥有的所有内容,但是通过使用图形用户界面(GUI)并帮助游戏进行图形开发,可以采用更友好的方法。

In some cases, like Game Maker and Construct, the amount of pre-made functions are so big that people with no previous programming skills could build a game from scratch, really expanding the scene and making game development accessible for almost anyone.

在某些情况下,例如Game Maker和Construct,预制功能的数量如此之大,以至于那些没有任何编程技能的人都可以从头开始制作游戏,从而真正扩大了游戏场景,并使几乎任何人都可以进行游戏开发。

游戏引擎 (Game Engines)

Many developers choose to develop a game using a Game Development Engine.

许多开发人员选择使用游戏开发引擎来开发游戏。

Game Engines can make the process of creating a game much easier and enable developers to reuse lots of functionality. It also takes care of rendering for 2D and 3D Graphics, physics and collision detection, sound, scripting and much more.

游戏引擎可以使创建游戏的过程变得更加轻松,并使开发人员可以重用许多功能。 它还负责2D和3D图形的渲染,物理和碰撞检测,声音,脚本等。

Some Game Engines have a very steep learning curve such as CryEngine or Unreal Engine. Yet, other tools are very accessible to beginners and some do not even need you to be able to write code to create your game, e.g. Construct 2.

某些游戏引擎的学习曲线非常陡峭,例如CryEngine或Unreal Engine。 但是,其他工具非常适合初学者使用,有些甚至不需要您能够编写代码来创建游戏,例如Construct 2。

The Unity Game Engine ranges somewhere in the middle, while it is beginner friendly, some popular and commercial games have been built using Unity (e.g. Overcooked, Superhot).

Unity游戏引擎介于中间的某个位置,虽然它适合初学者使用,但已经使用Unity构建了一些受欢迎的商业游戏(例如Overcooked,Superhot)。

The BuildBox game engine is basically for developing hypercasual games.

BuildBox游戏引擎基本上用于开发休闲游戏。

典型的游戏引擎 (Typical Game Engines)

  • CryEngine

    低温引擎
  • Unreal Engine

    虚幻引擎
  • Unity Game Engine

    Unity游戏引擎
  • Game Maker

    游戏制作人
  • Construct 2 or 3

    构造2或3
  • Twine

    缠绕
  • Source

    资源
  • Frostbite

    冻疮
  • Buildbox

    Buildbox

更多信息 (More Information)

  • Awesome-List of GameDev resources

    很棒的GameDev资源列表

  • Game Programming Books

    游戏编程书籍

  • libGDX Framework

    libGDX框架

  • OpenGL Framework

    OpenGL框架

  • Construct Game Engine

    构建游戏引擎

  • Game Maker Engine

    游戏制作引擎

  • Unity3D Engine

    Unity3D引擎

  • Unreal Engine

    虚幻引擎

  • BuildBox

    BuildBox

翻译自: https://www.freecodecamp.org/news/what-is-game-development/

为什么游戏开发者不玩游戏

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/390857.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

leetcode 692. 前K个高频单词

题目 给一非空的单词列表,返回前 k 个出现次数最多的单词。 返回的答案应该按单词出现频率由高到低排序。如果不同的单词有相同出现频率,按字母顺序排序。 示例 1: 输入: ["i", "love", "leetcode", "…

数据显示,中国近一半的独角兽企业由“BATJ”四巨头投资

中国的互联网行业越来越有被巨头垄断的趋势。百度、阿里巴巴、腾讯、京东,这四大巨头支撑起了中国近一半的独角兽企业。CB Insights日前发表了题为“Nearly Half Of China’s Unicorns Backed By Baidu, Alibaba, Tencent, Or JD.com”的数据分析文章,列…

Java的Servlet、Filter、Interceptor、Listener

写在前面: 使用Spring-Boot时,嵌入式Servlet容器可以通过扫描注解(ServletComponentScan)的方式注册Servlet、Filter和Servlet规范的所有监听器(如HttpSessionListener监听器)。 Spring boot 的主 Servlet…

html5教程_最好HTML和HTML5教程

html5教程HyperText Markup Language (HTML) is a markup language used to construct online documents and is the foundation of most websites today. A markup language like HTML allows us to超文本标记语言(HTML)是用于构造在线文档的标记语言,并且是当今大…

leetcode 1035. 不相交的线(dp)

在两条独立的水平线上按给定的顺序写下 nums1 和 nums2 中的整数。 现在,可以绘制一些连接两个数字 nums1[i] 和 nums2[j] 的直线,这些直线需要同时满足满足: nums1[i] nums2[j] 且绘制的直线不与任何其他连线(非水平线&#x…

SPI和RAM IP核

学习目的: (1) 熟悉SPI接口和它的读写时序; (2) 复习Verilog仿真语句中的$readmemb命令和$display命令; (3) 掌握SPI接口写时序操作的硬件语言描述流程(本例仅…

个人技术博客Alpha----Android Studio UI学习

项目联系 这次的项目我在前端组,负责UI,下面简略讲下学到的内容和使用AS过程中遇到的一些问题及其解决方法。 常见UI控件的使用 1.TextView 在TextView中,首先用android:id给当前控件定义一个唯一标识符。在活动中通过这个标识符对控件进行事…

数据科学家数据分析师_站出来! 分析人员,数据科学家和其他所有人的领导和沟通技巧...

数据科学家数据分析师这一切如何发生? (How did this All Happen?) As I reflect on my life over the past few years, even though I worked my butt off to get into Data Science as a Product Analyst, I sometimes still find myself begging the question, …

leetcode 810. 黑板异或游戏

黑板上写着一个非负整数数组 nums[i] 。Alice 和 Bob 轮流从黑板上擦掉一个数字,Alice 先手。如果擦除一个数字后,剩余的所有数字按位异或运算得出的结果等于 0 的话,当前玩家游戏失败。 (另外,如果只剩一个数字,按位异…

react-hooks_在5分钟内学习React Hooks-初学者教程

react-hooksSometimes 5 minutes is all youve got. So in this article, were just going to touch on two of the most used hooks in React: useState and useEffect. 有时只有5分钟。 因此,在本文中,我们仅涉及React中两个最常用的钩子: …

分析工作试用期收获_免费使用零编码技能探索数据分析

分析工作试用期收获Have you been hearing the new industry buzzword — Data Analytics(it was AI-ML earlier) a lot lately? Does it sound complicated and yet simple enough? Understand the logic behind models but dont know how to code? Apprehensive of spendi…

select的一些问题。

这个要怎么统计类别数呢? 哇哇哇 解决了。 之前怎么没想到呢?感谢一楼。转载于:https://www.cnblogs.com/AbsolutelyPerfect/p/7818701.html

html5语义化标记元素_语义HTML5元素介绍

html5语义化标记元素Semantic HTML elements are those that clearly describe their meaning in a human- and machine-readable way. 语义HTML元素是以人类和机器可读的方式清楚地描述其含义的元素。 Elements such as <header>, <footer> and <article> …

重学TCP协议(12)SO_REUSEADDR、SO_REUSEPORT、SO_LINGER

1. SO_REUSEADDR 假如服务端出现故障&#xff0c;主动断开连接以后&#xff0c;需要等 2 个 MSL 以后才最终释放这个连接&#xff0c;而服务重启以后要绑定同一个端口&#xff0c;默认情况下&#xff0c;操作系统的实现都会阻止新的监听套接字绑定到这个端口上。启用 SO_REUSE…

残疾科学家_数据科学与残疾:通过创新加强护理

残疾科学家Could the time it takes for you to water your houseplants say something about your health? Or might the amount you’re moving around your neighborhood reflect your mental health status?您给植物浇水所需的时间能否说明您的健康状况&#xff1f; 还是…

POJ 3660 Cow Contest [Floyd]

POJ - 3660 Cow Contest http://poj.org/problem?id3660 N (1 ≤ N ≤ 100) cows, conveniently numbered 1..N, are participating in a programming contest. As we all know, some cows code better than others. Each cow has a certain constant skill rating that is un…

Linux 网络相关命令

1. telnet 1.1 检查端口是否打开 执行 telnet www.baidu.com 80&#xff0c;粘贴下面的文本&#xff08;注意总共有四行&#xff0c;最后两行为两个空行&#xff09; telnet [domainname or ip] [port]例如&#xff1a; telnet www.baidu.com 80 如果这个网络连接可达&…

JSON.parseObject(String str)与JSONObject.parseObject(String str)的区别

一、首先来说说fastjson fastjson 是一个性能很好的 Java 语言实现的 JSON 解析器和生成器&#xff0c;来自阿里巴巴的工程师开发。其主要特点是&#xff1a; ① 快速&#xff1a;fastjson采用独创的算法&#xff0c;将parse的速度提升到极致&#xff0c;超过所有基于Java的jso…

jQuery Ajax POST方法

Sends an asynchronous http POST request to load data from the server. Its general form is:发送异步http POST请求以从服务器加载数据。 其一般形式为&#xff1a; jQuery.post( url [, data ] [, success ] [, dataType ] )url : is the only mandatory parameter. This…

spss23出现数据消失_改善23亿人口健康数据的可视化

spss23出现数据消失District Health Information Software, or DHIS2, is one of the most important sources of health data in low- and middle-income countries (LMICs). Used by 72 different LMIC governments, DHIS2 is a web-based open-source platform that is used…