aboutsummaryrefslogtreecommitdiff
path: root/files/tr/games/index.html
blob: a782c9e90fb7205e3297fd033c242e9e50db8070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
title: Oyun geliştirme
slug: Games
translation_of: Games
original_slug: Oyunlar
---
<div>{{GamesSidebar}}</div>

<div class="summary">
<p>Oyun oynamak bilgisayarda yapılan en popüler aktivitelerden biridir.Yeni teknolojiler, standartlara uygun tarayıcılarda çalışabilen, daha güçlü ve daha kolay geliştirilebilir oyunlar yapmayı mümkün kılıyor.</p>
</div>

<div>{{EmbedGHLiveSample("web-tech-games/index.html", '100%', 820)}}</div>

<div class="topicpage-table">
<div class="section">
<h2 id="Web_Tabanlı_Oyun_Geliştirme">Web Tabanlı Oyun Geliştirme</h2>

<p>MDN oyun geliştirme merkezine hoşgeldin! Burada oyun geliştirmek isteyen geliştiriciler için kaynaklar sunuyoruz. Soldaki ana menüde birçok yararlı öğretici ve teknik makale bulacaksın. Yani özgürce keşfet. </p>

<p>Ayrıca, oyun geliştirmede kullanılan en yaygın API'ler hakkında kolayca bilgi bulabilmeniz için bir referans bölümü de ekledik.</p>

<div class="note"><strong>Not:</strong> Web üzerinde oyun oluşturmak, HTML, CSS ve JavaScript gibi bir dizi temel web teknolojisini kullanır. Öğrenme Alanı, temel bilgilere başlamak için iyi bir yerdir.</div>
</div>

<div class="section">
<h2 id="Yerel_oyunları_Webe_taşıyın">Yerel oyunları Web'e taşıyın</h2>

<p>Yerel bir geliştiriciyseniz (örneğin, C ++ dilinde oyunlar yazıyorsanız) ve oyunlarınızı Web'e nasıl taşıyabileceğinizle ilgileniyorsanız, Emscripten aracımız hakkında daha fazla bilgi edinmelisiniz - bu, bir LLVM'den JavaScript derleyicisine, LLVM bayt kodu (örneğin, Clang kullanılarak C / C ++ 'dan veya başka bir dilden oluşturulmuş) ve bunu Web üzerinde çalıştırılabilen asm.js'de derler.</p>

<p>Başlamak için bkz:</p>

<ul>
 <li>Üst düzey ayrıntılar içeren bir giriş için <a href="http://kripken.github.io/emscripten-site/docs/introducing_emscripten/about_emscripten.html">Emscripten hakkınd</a>a</li>
 <li>Araç zincirini kurmak için <a href="http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html">İndirin ve Kurun</a>.</li>
 <li>Size nasıl başlayacağınızı öğretecek bir öğretici için <a href="http://kripken.github.io/emscripten-site/docs/getting_started/Tutorial.html">Emscripten Eğitimi.</a></li>
</ul>
</div>
</div>

<div class="topicpage-table">
<div class="section">
<h2 id="Örnekler">Örnekler</h2>

<p>Örnek oyunların listesi için burayı inceleyebilirsin <a href="/en-US/docs/Games/Examples">örnek oyunlar sayfası</a>. Ayrıca işinize yarayabilecek içerikler için <a href="https://games.mozilla.org/">games.mozilla.org</a> adresini ziyaret edebilirsiniz!</p>
</div>
</div>

<h2 id="Bunlarada_bak">Bunlarada bak</h2>

<div class="topicpage-table">
<div class="section">
<dl>
 <dt><a href="http://buildnewgames.com/">Build New Games</a></dt>
 <dd>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.</dd>
 <dt><a href="http://creativejs.com/">Creative JS</a></dt>
 <dd>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.</dd>
 <dt><a href="http://gameprogrammingpatterns.com/">Game programming patterns</a></dt>
 <dd>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.</dd>
 <dt><a href="http://gamedevjsweekly.com/">Gamedev.js Weekly</a></dt>
 <dd>Weekly newsletter about HTML5 game development, sent every Friday. Contains the latest articles, tutorials, tools and resources.</dd>
 <dt><a href="http://www.html5gamedevs.com/">HTML5 Game Devs Forum</a></dt>
 <dd>Forums for developers, framework creators and publishers. Ask questions, get feedback and help others.</dd>
</dl>
</div>

<div class="section">
<dl>
 <dt><a href="http://html5gameengine.com/">HTML5 Game Engine</a></dt>
 <dd>List of the most popular HTML5 game frameworks along with their rating, features and samples.</dd>
 <dt><a href="http://www.jsbreakouts.org/">JSBreakouts</a></dt>
 <dd>Compare JavaScript Breakout clones in different frameworks to help you choose the right one for you.</dd>
 <dt><a href="http://gamedevelopment.tutsplus.com/">Tuts+ Game Development</a></dt>
 <dd>Tutorials and articles about game development in general.</dd>
 <dt><a href="http://html5devstarter.enclavegames.com/">HTML5 Gamedev Starter</a></dt>
 <dd>Starter for the new game developers, a curated list of links to various, useful resources around the web.</dd>
 <dt><a href="http://js13kgames.com/">js13kGames</a></dt>
 <dd>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.</dd>
 <dt><a href="https://hacks.mozilla.org/category/games/">Mozilla Hacks blog</a></dt>
 <dd>Games category on the Mozilla Hacks blog containing interesting gamedev related articles.</dd>
 <dt><a href="https://developer.mozilla.org/en-US/docs/Games/visual_typescript_game_engine">Visual TypeScript game engine</a></dt>
 <dd>TypeScript project based on matter.ts implementation.</dd>
</dl>
</div>
</div>