2025-01 итоги | results
This commit is contained in:
@@ -25,6 +25,21 @@
|
||||
<h1>News</h1>
|
||||
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="defending-availability.html">Defending availability</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2019-04-16 00:00
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/2019-04-16_defending-availability.jpg" alt="Altai's Katun river" /></p>
|
||||
<p>In this article, we describe the beginning of our efforts to protect ourselves from third-party solutions.</p>
|
||||
<p>Since day one of Opensource Game Studio project, we rely heavily on third-party solutions to help us achieve the goal of creating the best game development tools. To this date, we used forums, task trackers, mailing lists, social networks, code version control systems, hosting providers, compiler suites, libraries, and so on. Each third-party solution we used had its own lifespan.. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="defending-availability.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="teaching-kids-to-program.html">Teaching kids to program</a>
|
||||
</h2>
|
||||
@@ -49,8 +64,7 @@
|
||||
<div class="news_item_more">
|
||||
<a href="teaching-kids-to-program.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="2019-year-of-rethinking.html">Year of rethinking</a>
|
||||
</h2>
|
||||
@@ -66,8 +80,7 @@
|
||||
<div class="news_item_more">
|
||||
<a href="2019-year-of-rethinking.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="ideal-gamedev.html">Ideal games and game development tools</a>
|
||||
</h2>
|
||||
@@ -93,8 +106,7 @@
|
||||
<div class="news_item_more">
|
||||
<a href="ideal-gamedev.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="mahjong-demo2.html">OGS Mahjong 2: Demo 2</a>
|
||||
</h2>
|
||||
@@ -111,8 +123,7 @@
|
||||
<div class="news_item_more">
|
||||
<a href="mahjong-demo2.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="examples-and-dependencies.html">Examples and dependencies</a>
|
||||
</h2>
|
||||
@@ -128,8 +139,7 @@
|
||||
<div class="news_item_more">
|
||||
<a href="examples-and-dependencies.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="example-driven-development.html">Example-driven development</a>
|
||||
</h2>
|
||||
@@ -146,8 +156,7 @@
|
||||
<div class="news_item_more">
|
||||
<a href="example-driven-development.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="openscenegraph-examples.html">OpenSceneGraph cross-platform examples</a>
|
||||
</h2>
|
||||
@@ -162,8 +171,7 @@
|
||||
<div class="news_item_more">
|
||||
<a href="openscenegraph-examples.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="mahjong-techdemo1-gameplay.html">First techdemo of OGS Mahjong 2: Gameplay</a>
|
||||
</h2>
|
||||
@@ -190,43 +198,16 @@
|
||||
<a href="mahjong-techdemo1-gameplay.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="mahjong-recreation-start.html">Mahjong recreation start</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2018-01-26 00:00
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/2018-01-26-mahjong-recreation-start.png" alt="Spherical tiles in a Mahjong layout" /></p>
|
||||
<p>This article describes the start of Mahjong game recreation.</p>
|
||||
<p><strong>Plan</strong></p>
|
||||
<p>We started Mahjong recreation endeavour by composing a brief plan to get gameplay with minimal graphics:</p>
|
||||
<ul>
|
||||
<li>Load single layout</li>
|
||||
<li>Place tiles in layout positions</li>
|
||||
<li>Distinguish tiles</li>
|
||||
<li>Implement selection</li>
|
||||
<li>Implement matching</li>
|
||||
</ul>
|
||||
<p>Just like any other plan, this one looked fine at first sight. However, once you get down to work, new details start to come out. This plan was no exception. Below are a few problems that came out during development.. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="mahjong-recreation-start.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="pagination_title">Page 3 of 8</p>
|
||||
<p>
|
||||
<a href="index2.html">« Newer</a>
|
||||
<a href="index4.html">Older »</a>
|
||||
</p>
|
||||
|
||||
|
||||
<div id="footer">
|
||||
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
|
||||
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user