Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

262 строки
10KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: #2BA6E3;
  9. padding: 0.7em;
  10. text-align: left;
  11. }
  12. #header a
  13. {
  14. color: white;
  15. text-decoration: none;
  16. padding: 0.5em 1em 0.5em 1em;
  17. }
  18. #lang
  19. {
  20. float: right;
  21. }
  22. .news_item
  23. {
  24. background: #FFFFFF;
  25. width: 720px;
  26. padding: 1em;
  27. margin-top: 2em;
  28. margin-bottom: 2em;
  29. border: 1px solid #E0E0E0;
  30. text-align: left;
  31. }
  32. .news_item_contents
  33. {
  34. color: #444;
  35. line-height: 1.5em;
  36. }
  37. .news_item_date
  38. {
  39. margin-bottom: 2em;
  40. color: #aaa;
  41. }
  42. html
  43. {
  44. font-family: sans-serif;
  45. }
  46. body
  47. {
  48. background: #FAFAFA;
  49. }
  50. code, pre
  51. {
  52. font-family: monospace, serif;
  53. font-size: 1em;
  54. color: #7f0a0c;
  55. }
  56. img
  57. {
  58. width: 720px;
  59. }
  60. a
  61. {
  62. color: #3A91CB;
  63. }
  64. table
  65. {
  66. border-collapse: collapse;
  67. }
  68. table, th, td
  69. {
  70. border: 1px solid #aaa;
  71. padding: 0.5em;
  72. margin-top: 0.5em;
  73. margin-bottom: 0.5em;
  74. }
  75. </style>
  76. </head>
  77. <body>
  78. <script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
  79. <div id="header">
  80. <strong id="title">Open Game Studio</strong>
  81. <a href="../../en/news/index.html">News</a>
  82. <a href="../../en/game/index.html">Games</a>
  83. <a href="../../en/tool/index.html">Tools</a>
  84. <a href="../../en/page/about.html">About</a>
  85. <div id="lang">
  86. <a href="../../en/news/index.html">EN</a>
  87. <a href="../../ru/news/index.html">RU</a>
  88. </div>
  89. </div>
  90. <center>
  91. <h1>News</h1>
  92. <div class="news_item">
  93. <h2 class="news_item_title">
  94. <a href="git-budget.html">Why I keep track of spendings in a personal app made with Git+JS</a>
  95. </h2>
  96. <p class="news_item_date">
  97. 2020-05-03 00:00
  98. </p>
  99. <div class="news_item_contents">
  100. <p><img src="../../images/2020-05-06_гит-бюджет_снимок.png" alt="GitBudget" /></p>
  101. <p>In this article Michael shares his experience of using Git+JS.</p>
  102. <p>Hi, folks, let me share my experience of creating an application to keep track of my spendings. Specifically, let me do it by answering the following questions:. . .</p>
  103. </div>
  104. <div class="news_item_more">
  105. <a href="git-budget.html">Continue reading</a>
  106. </div>
  107. </div>
  108. <div class="news_item">
  109. <h2 class="news_item_title">
  110. <a href="teaching-to-program-2019.html">Teaching folks to program 2019, a.k.a. in the search of an ideal program: Sequence</a>
  111. </h2>
  112. <p class="news_item_date">
  113. 2020-02-12 00:00
  114. </p>
  115. <div class="news_item_contents">
  116. <p><img src="../../images/2020-02-11_teaching-to-program-2019_screenshot.png" alt="MUROM" /></p>
  117. <p>In this article Michael shares his thoughts on teaching folks to program in 2019.</p>
  118. <p><strong>Preface</strong></p>
  119. <p>Autumn 2019 was the third time I participated as one of the teachers in the course to teach 10-15-year-old folks to program. The course took place from mid. September to mid. December. Each Saturday, we were studying from 10 AM to 12 PM. More details about the structure of each class and the game itself can be found in <a href="teaching-kids-to-program.html">the 2018 article</a>.. . .</p>
  120. </div>
  121. <div class="news_item_more">
  122. <a href="teaching-to-program-2019.html">Continue reading</a>
  123. </div>
  124. </div>
  125. <div class="news_item">
  126. <h2 class="news_item_title">
  127. <a href="the-pros-and-cons-of-restarting-from-scratch.html">The pros and cons of restarting from scratch</a>
  128. </h2>
  129. <p class="news_item_date">
  130. 2020-01-01 00:00
  131. </p>
  132. <div class="news_item_contents">
  133. <p><img src="../../images/2020-01-01-ny.jpg" alt="Happy 2020" /></p>
  134. <p>Anyone, who watches our progress long enough, can say that we restarted the development from scratch plenty of times.</p>
  135. <p>Even before releasing <a href="../game/ogs-mahjong-1.html">"OGS Mahjong"</a>, we changed the underlying technology more than once. After that, we did it again several times, throwing away already completed features.. . .</p>
  136. </div>
  137. <div class="news_item_more">
  138. <a href="the-pros-and-cons-of-restarting-from-scratch.html">Continue reading</a>
  139. </div>
  140. </div>
  141. <div class="news_item">
  142. <h2 class="news_item_title">
  143. <a href="on-the-way-to-durable-applications.html">On the way to durable applications</a>
  144. </h2>
  145. <p class="news_item_date">
  146. 2019-08-05 00:00
  147. </p>
  148. <div class="news_item_contents">
  149. <p><img src="../../images/2019-08-05_on-the-way-to-durable-applications.jpg" alt="Pskov's veche" /></p>
  150. <p>This article describes our first durable application for desktop PCs: PSKOV static site generator.</p>
  151. <p><strong>Durability</strong></p>
  152. <p>A durable application is an application that functions without a single change on operating systems released in years 2010-2030. In other words, a durable application has backward compatibility of 10 years and has the stability to run for 10 years. Actually, <a href="http://opengamestudio.org/pskov">PSKOV</a> runs even under Windows 2000, so PSKOV has backward compatibility of 19 years.. . .</p>
  153. </div>
  154. <div class="news_item_more">
  155. <a href="on-the-way-to-durable-applications.html">Continue reading</a>
  156. </div>
  157. </div>
  158. <div class="news_item">
  159. <h2 class="news_item_title">
  160. <a href="defending-availability.html">Defending availability</a>
  161. </h2>
  162. <p class="news_item_date">
  163. 2019-04-16 00:00
  164. </p>
  165. <div class="news_item_contents">
  166. <p><img src="../../images/2019-04-16_defending-availability.jpg" alt="Altai's Katun river" /></p>
  167. <p>In this article, we describe the beginning of our efforts to protect ourselves from third-party solutions.</p>
  168. <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>
  169. </div>
  170. <div class="news_item_more">
  171. <a href="defending-availability.html">Continue reading</a>
  172. </div>
  173. </div>
  174. <div class="news_item">
  175. <h2 class="news_item_title">
  176. <a href="teaching-kids-to-program.html">Teaching kids to program</a>
  177. </h2>
  178. <p class="news_item_date">
  179. 2019-02-04 00:00
  180. </p>
  181. <div class="news_item_contents">
  182. <p><img src="../../images/2019-02-04_teaching-kids-to-program-team.png" alt="Students and teachers" /></p>
  183. <p>In this article, Michael shares his experience of teaching kids to program.</p>
  184. <p>Here's what he covers:</p>
  185. <ul>
  186. <li>organization of the learning process</li>
  187. <li>learning plan</li>
  188. <li>memory game. . .</li>
  189. </ul>
  190. </div>
  191. <div class="news_item_more">
  192. <a href="teaching-kids-to-program.html">Continue reading</a>
  193. </div>
  194. </div>
  195. <div class="news_item">
  196. <h2 class="news_item_title">
  197. <a href="2019-year-of-rethinking.html">Year of rethinking</a>
  198. </h2>
  199. <p class="news_item_date">
  200. 2019-01-01 0:01
  201. </p>
  202. <div class="news_item_contents">
  203. <p><img src="../../images/2017-12-31-celebration.jpg" alt="Sparkler" /></p>
  204. <p>It was a year of reimagining and rethinking. As some of you may remember, we started this project to make a game development tool. During the years, the idea evolved from one form to another, sometimes the changes were significant, other times we threw away all the code and started anew.. . .</p>
  205. </div>
  206. <div class="news_item_more">
  207. <a href="2019-year-of-rethinking.html">Continue reading</a>
  208. </div>
  209. </div>
  210. <div class="news_item">
  211. <h2 class="news_item_title">
  212. <a href="ideal-gamedev.html">Ideal games and game development tools</a>
  213. </h2>
  214. <p class="news_item_date">
  215. 2018-11-19 00:00
  216. </p>
  217. <div class="news_item_contents">
  218. <p><img src="../../images/2018-11-19-ideal-gamedev.png" alt="A man without and with tools" /></p>
  219. <p>In this article, we discuss how ideal video game and video game development tool look like, in our opinion.</p>
  220. <p><strong>Questions</strong></p>
  221. <p>As you know, the <a href="../../en/page/about.html">goals of Opensource Game Studio</a> are:. . .</p>
  222. </div>
  223. <div class="news_item_more">
  224. <a href="ideal-gamedev.html">Continue reading</a>
  225. </div>
  226. </div>
  227. <div class="news_item">
  228. <h2 class="news_item_title">
  229. <a href="mahjong-demo2.html">OGS Mahjong 2: Demo 2</a>
  230. </h2>
  231. <p class="news_item_date">
  232. 2018-10-02 00:00
  233. </p>
  234. <div class="news_item_contents">
  235. <p><img src="../../images/2018-10-02-mahjong-demo2.png" alt="Start of a Mahjong party" /></p>
  236. <p>We are glad to announce the release of the second demonstration of OGS Mahjong 2. The purposes of this release were to refine our development techniques and build a solid cross-platform foundation.. . .</p>
  237. </div>
  238. <div class="news_item_more">
  239. <a href="mahjong-demo2.html">Continue reading</a>
  240. </div>
  241. </div>
  242. <p class="pagination_title">Page 1 of 7</p>
  243. <p>
  244. <a href="index2.html">Older »</a>
  245. </p>
  246. <div id="footer">
  247. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  248. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  249. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  250. </div>
  251. </center>
  252. </body>
  253. </html>