تطوير ألعاب الويب
الألعاب هي واحدة من أكثر أنشطة الكمبيوتر شعبية.تصل التقنيات الحديثة باستمرار لتتمكن من تطوير ألعاب أفضل وأكثر قوة حيث يمكن تشغيلها في أي متصفح ويب متوافق مع المعايير.
مرحبًا بك في مركز تطوير ألعاب MDN! في هذا المجال من الموقع ، نوفر موارد لمطوري الويب الراغبين في تطوير الألعاب. ستجد العديد من البرامج التعليمية والمقالات المفيدة في القائمة الرئيسية على اليسار ، لذلك لا تتردد في الاستكشاف.
لقد قمنا أيضًا بتضمين قسم مرجعي حتى تتمكن من العثور بسهولة على معلومات حول جميع واجهات برمجة التطبيقات الأكثر شيوعًا المستخدمة في تطوير اللعبة.
Port native games to the 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.
أمثلة
للحصول على قائمة من أمثلة ألعاب الويب. انظر صفحة الأمثلة لدينا. أيضا تحقق من games.mozilla.org لمزيد من الموارد المفيدة!
See also
- Build New Games
- A collaborative site featuring a large number of open web game development tutorials. Has not 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. Has not 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 and 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 and 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.