Переклад не закінчено. Будь ласка, допоможіть перекласти цю статтю з англійської.
Gaming is one of the most popular computer activities. New technologies are constantly arriving to make it possible to develop better and more powerful games that can be run in any standards-compliant web browser.
Розробка веб-ігор
Ласкаво просимо в центр розробки ігор MDN! В цьому розділі сайту, ми надаємо ресурси для веб-розробників, які хочуть розробляти ігри. В головному меню, зліва, Ви знайдете багато корисних туторіалів та технічних статтей, тож не соромтесь, спробуйте!
Також ми додали секцію з посиланням, щоб інформація про всі найбільш вживані API, які використовуютиь у розробці ігор, була під рукою.
Примітка: Creating games on the web draws on a number of core web technologies such as HTML, CSS, and JavaScript. The Learning Area is a good place to go to get started with the basics.
Перенести рідні ігри до Web
If you are a native developer (for example writing games in C++), and you are interested in how you can port your games over to the Web, you should learn more about our Emscripten tool — this is An LLVM to JavaScript compiler, which takes LLVM bytecode (e.g. generated from C/C++ using Clang, or from another language) and compiles that into asm.js, which can be run on the Web.
To get started, see:
- About Emscripten for an introduction including high-level details.
- Download and Install for installing the toolchain.
- Emscripten Tutorial for a tutorial to teach you how to get started.
Приклади
Відвідайте нашу сторінку з прикладами веб-ігор examples page. А також більше корисних ресурсів і прикладів ви знайдете тут openwebgames.com
Також корисно
- Build New Games
- A collaborative site featuring a large number of open web game development tutorials. Hasn't been very active recently, but still holds some nice resources.
- Creative JS
- A collection of impressive JavaScript techniques and experiments, not specific to games, but helpful nonetheless. Hasn't been very active recently, but still holds some nice resources.
- Game programming patterns
- An online book, written by Bob Nystrom, which discusses programming patterns in the context of game development with the aim of helping game developers produce more effective, efficient code.
- Gamedev.js Weekly
- Weekly newsletter about HTML5 game development, sent every Friday. Contains the latest articles, tutorials, tools, and resources.
- HTML5 Game Devs Forum
- Forums for developers, framework creators and publishers. Ask questions, get feedback, help others.
- HTML5 Game Engine
- List of the most popular HTML5 game frameworks along with their rating, features and samples.
- JSBreakouts
- Compare JavaScript Breakout clones in different frameworks to help you choose the right one for you.
- Tuts+ Game Development
- Tutorials and articles about game development in general.
- HTML5 Gamedev Starter
- Starter for the new game developers, a curated list of links to various, useful resources around the web.
- js13kGames
- JavaScript coding competition for HTML5 game developers with the file size limit set to 13 kilobytes. All the submitted games are available in a readable form on GitHub.
- Mozilla Hacks blog
- Games category on the Mozilla Hacks blog containing interesting gamedev related articles.
Join the Games development community
- IRC: #games (learn more)
- Games Wiki: View Wiki