You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

178 lines
7.2KB

  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <!-- Set the viewport width to device width for mobile -->
  5. <meta name="viewport" content="width=device-width" />
  6. <title>Ideal games and game development tools</title>
  7. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
  8. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
  9. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/style.css" />
  10. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/pygments.css" />
  11. <script src="http://opengamestudio.org/theme/js/custom.modernizr.js"></script>
  12. <!-- So Firefox can bookmark->"abo this site" -->
  13. <link href="feeds/all.atom.xml" rel="alternate" title="Opensource Game Studio" type="application/atom+xml">
  14. </head>
  15. <body>
  16. <!-- Nav Bar -->
  17. <nav>
  18. <!-- Show menu items and pages -->
  19. <div class="row">
  20. <div class="large-12 columns top-bar">
  21. <h1><a href="http://opengamestudio.org">Opensource Game Studio</a></h1>
  22. </div>
  23. </div>
  24. <div class="row top-menu">
  25. <div class="large-12 columns">
  26. <a href="/pages/games.html" class="menu-button secondary">Games</a>
  27. <a href="/pages/education.html" class="menu-button secondary">Education</a>
  28. <a href="/pages/about.html" class="menu-button secondary">About</a>
  29. </div>
  30. </div>
  31. </nav>
  32. <!-- End Nav -->
  33. <!-- Main Page Content and Sidebar -->
  34. <div class="row">
  35. <!-- Main Blog Content -->
  36. <div class="large-9 columns">
  37. <article>
  38. <header>
  39. <h3 class="article-title"><a href="http://opengamestudio.org/ideal-gamedev.html" rel="bookmark"
  40. title="Permalink to Ideal games and game development tools">Ideal games and game development tools</a></h3>
  41. </header>
  42. <h6 class="subheader" title="2018-11-19T00:00:00+03:00">Пн 19 ноября 2018
  43. <a class="button secondary small translation-button" href="http://opengamestudio.org/ideal-gamedev-ru.html">ru</a>
  44. </h6> <p><img alt="Screenshot" src="http://opengamestudio.org/2018-11-19-ideal-gamedev.png"></p>
  45. <p>In this article, we discuss how ideal video game and video game development
  46. tool look like, in our opinion.</p>
  47. <p><strong>Questions</strong></p>
  48. <p>As you know, the <a href="http://opengamestudio.org/pages/about.html">goals of Opensource Game Studio</a> are:</p>
  49. <ul>
  50. <li>creation of free video game development tools</li>
  51. <li>making video games with those tools</li>
  52. <li>preparing video game development tutorials</li>
  53. </ul>
  54. <p>This time we asked ourselves two simple questions:</p>
  55. <ul>
  56. <li>What is an ideal video game?</li>
  57. <li>What is an ideal video game development tool?</li>
  58. </ul>
  59. <p>The best answers we could think of are below.</p>
  60. <p><strong>Answer 1: A video game is ideal if it delivers maximum pleasure possible</strong></p>
  61. <p>While content is probably the most important aspect to keep a player invested
  62. into the game, the technical side is the transport to deliver that content.
  63. There are quite a few technical problems that may damage otherwise excellent content of a game:</p>
  64. <ul>
  65. <li>insufficient accessibility: the game does not run on your hardware</li>
  66. <li>insufficient optimization: the game is slow</li>
  67. <li>critical bugs: the game crashes from time to time</li>
  68. </ul>
  69. <p>We work hard to make sure the games we create are accessible everywhere.
  70. That's why we released
  71. <a href="http://opengamestudio.org/mahjong-demo2.html">the second demonstration of OGS Mahjong 2</a> only for
  72. the web: because you can run web version virtually anywhere.</p>
  73. <p><strong>Answer 2: A video game development tool is ideal if it lets you create a video game of your dream in the shortest time possible</strong></p>
  74. <p>Even though we put a lot of effort into sharing our knowledge through
  75. <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide">guides</a> and <a href="https://github.com/OGStudio/openscenegraph-cross-platform-examples">tutorials</a>, we understand that those take a lot
  76. of time to study. One can't possibly make even a simple video game like
  77. <a href="https://en.wikipedia.org/wiki/Concentration_(game)">Memory</a> without performing the following steps:</p>
  78. <ul>
  79. <li>configure the development environment</li>
  80. <li>write code</li>
  81. <li>build an application</li>
  82. <li>debug the application</li>
  83. <li>repeat <code>write-build-debug</code> steps as many times as necessary</li>
  84. </ul>
  85. <p>Writing code and debugging are probably the ultimate forms of input and output
  86. of any software, so we can't escape those. However, there are ways to
  87. completely remove (or at least significantly decrease) the need for
  88. <code>development environment setup</code> and <code>build</code> steps. And this is what we are
  89. going to do in the coming months.</p>
  90. <p>Our goal for the coming months is to create a video game development tool that
  91. would allow any programmer (or sufficiently skilled person) to create the
  92. <a href="https://en.wikipedia.org/wiki/Concentration_(game)">Memory</a> video game from scratch in an hour.</p>
  93. <p>That's it for discussing how ideal video game and video game development tool
  94. look like, in our opinion.</p>
  95. <p class="subheader">Category: <a href="http://opengamestudio.org/category/news.html">News</a>
  96. </p>
  97. </article>
  98. </div>
  99. <!-- End Main Content -->
  100. <!-- Sidebar -->
  101. <aside class="large-3 columns">
  102. <!--k
  103. <h5 class="sidebar-title">Site</h5>
  104. <ul class="side-nav">
  105. <li><a href="http://opengamestudio.org/archives.html">Archives</a>
  106. <li><a href="http://opengamestudio.org/tags.html">Tags</a>
  107. <li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
  108. </ul>
  109. <h5 class="sidebar-title">Categories</h5>
  110. <ul class="side-nav">
  111. <li><a href="http://opengamestudio.org/category/news.html">News</a></li>
  112. </ul>
  113. -->
  114. <h5 class="sidebar-title">Ads</h5>
  115. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  116. <!-- ogs2 -->
  117. <ins class="adsbygoogle"
  118. style="display:block"
  119. data-ad-client="ca-pub-4473792248813084"
  120. data-ad-slot="9024247127"
  121. data-ad-format="auto"></ins>
  122. <script>
  123. (adsbygoogle = window.adsbygoogle || []).push({});
  124. </script>
  125. </aside> <!-- End Sidebar -->
  126. </div> <!-- End Main Content and Sidebar -->
  127. <!-- Footer -->
  128. <footer class="row">
  129. <div class="large-12 columns">
  130. <hr />
  131. <div class="row">
  132. <div class="large-7 columns">
  133. <p>Proudly powered by <a href="http://getpelican.com">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</p>
  134. </div>
  135. </div>
  136. </div>
  137. <script type="text/javascript">
  138. var _gaq = _gaq || [];
  139. _gaq.push(['_setAccount', 'UA-3773114-1']);
  140. _gaq.push(['_trackPageview']);
  141. (function() {
  142. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  143. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  144. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  145. })();
  146. </script>
  147. </footer>