Publish durable applications
This commit is contained in:
131
en/game/index.html
Normal file
131
en/game/index.html
Normal file
@@ -0,0 +1,131 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<style>
|
||||
#header
|
||||
{
|
||||
background: #2BA6E3;
|
||||
padding: 0.7em;
|
||||
text-align: left;
|
||||
}
|
||||
#header a
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
}
|
||||
|
||||
#lang
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.news_item
|
||||
{
|
||||
background: #FFFFFF;
|
||||
width: 720px;
|
||||
padding: 1em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
border: 1px solid #E0E0E0;
|
||||
text-align: left;
|
||||
}
|
||||
.news_item_contents
|
||||
{
|
||||
color: #444;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.news_item_date
|
||||
{
|
||||
margin-bottom: 2em;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
html
|
||||
{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
body
|
||||
{
|
||||
background: #FAFAFA;
|
||||
}
|
||||
code, pre
|
||||
{
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
color: #7f0a0c;
|
||||
}
|
||||
img
|
||||
{
|
||||
width: 720px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: #3A91CB;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table, th, td
|
||||
{
|
||||
border: 1px solid #aaa;
|
||||
padding: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<strong id="title">Open Game Studio</strong>
|
||||
<a href="../../en/news/index.html">News</a>
|
||||
<a href="../../en/game/index.html">Games</a>
|
||||
<a href="../../en/tool/index.html">Tools</a>
|
||||
<a href="../../en/page/about.html">About</a>
|
||||
<div id="lang">
|
||||
<a href="../../en/game/index.html">EN</a>
|
||||
<a href="../../ru/game/index.html">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<center>
|
||||
<h1>Games</h1>
|
||||
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="ogs-mahjong-1.html">OGS Mahjong 1</a>
|
||||
</h2>
|
||||
<div class="news_item_contents">
|
||||
<iframe width="720" height="405" src="https://www.youtube.com/embed/XdOzD_Hc2lQ" frameborder="0" allowfullscreen></iframe>
|
||||
<p>Mahjong solitaire and shisen-sho game with nice 3D graphics and relaxing soundtrack.. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="ogs-mahjong-1.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="mahjong.html">Mahjong 2 (in development)</a>
|
||||
</h2>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/ogs-mahjong-2-screenshot.png" alt="Mahjong screenshot" /></p>
|
||||
<p>Remake of OGS Mahjong 1 that runs inside your web browser. <a href="http://opengamestudio.org/mahjong">Try it now!</a></p>
|
||||
<p>. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="mahjong.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<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>.
|
||||
The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
106
en/game/index.template
Normal file
106
en/game/index.template
Normal file
@@ -0,0 +1,106 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<style>
|
||||
#header
|
||||
{
|
||||
background: #2BA6E3;
|
||||
padding: 0.7em;
|
||||
text-align: left;
|
||||
}
|
||||
#header a
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
}
|
||||
|
||||
#lang
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.news_item
|
||||
{
|
||||
background: #FFFFFF;
|
||||
width: 720px;
|
||||
padding: 1em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
border: 1px solid #E0E0E0;
|
||||
text-align: left;
|
||||
}
|
||||
.news_item_contents
|
||||
{
|
||||
color: #444;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.news_item_date
|
||||
{
|
||||
margin-bottom: 2em;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
html
|
||||
{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
body
|
||||
{
|
||||
background: #FAFAFA;
|
||||
}
|
||||
code, pre
|
||||
{
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
color: #7f0a0c;
|
||||
}
|
||||
img
|
||||
{
|
||||
width: 720px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: #3A91CB;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table, th, td
|
||||
{
|
||||
border: 1px solid #aaa;
|
||||
padding: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<strong id="title">Open Game Studio</strong>
|
||||
<a href="../../en/news/index.html">News</a>
|
||||
<a href="../../en/game/index.html">Games</a>
|
||||
<a href="../../en/tool/index.html">Tools</a>
|
||||
<a href="../../en/page/about.html">About</a>
|
||||
<div id="lang">
|
||||
<a href="../../en/game/PSKOV_INDEX_URL">EN</a>
|
||||
<a href="../../ru/game/PSKOV_INDEX_URL">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<center>
|
||||
<h1>Games</h1>
|
||||
|
||||
PSKOV_PREVIEWS
|
||||
|
||||
<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>.
|
||||
The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
111
en/game/item.template
Normal file
111
en/game/item.template
Normal file
@@ -0,0 +1,111 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<style>
|
||||
#header
|
||||
{
|
||||
background: #2BA6E3;
|
||||
padding: 0.7em;
|
||||
text-align: left;
|
||||
}
|
||||
#header a
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
}
|
||||
|
||||
#lang
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.news_item
|
||||
{
|
||||
background: #FFFFFF;
|
||||
width: 720px;
|
||||
padding: 1em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
border: 1px solid #E0E0E0;
|
||||
text-align: left;
|
||||
}
|
||||
.news_item_contents
|
||||
{
|
||||
color: #444;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.news_item_date
|
||||
{
|
||||
margin-bottom: 2em;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
html
|
||||
{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
body
|
||||
{
|
||||
background: #FAFAFA;
|
||||
}
|
||||
code, pre
|
||||
{
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
color: #7f0a0c;
|
||||
}
|
||||
img
|
||||
{
|
||||
width: 720px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: #3A91CB;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table, th, td
|
||||
{
|
||||
border: 1px solid #aaa;
|
||||
padding: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<strong id="title">Open Game Studio</strong>
|
||||
<a href="../../en/news/index.html">News</a>
|
||||
<a href="../../en/game/index.html">Games</a>
|
||||
<a href="../../en/tool/index.html">Tools</a>
|
||||
<a href="../../en/page/about.html">About</a>
|
||||
<div id="lang">
|
||||
<a href="../../en/game/PSKOV_ITEM_URL">EN</a>
|
||||
<a href="../../ru/game/PSKOV_ITEM_URL">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<center>
|
||||
<h1>In the games...</h1>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="PSKOV_ITEM_URL">PSKOV_ITEM_TITLE</a>
|
||||
</h2>
|
||||
<div class="news_item_contents">
|
||||
PSKOV_ITEM_CONTENTS
|
||||
</div>
|
||||
</div>
|
||||
<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>.
|
||||
The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
112
en/game/mahjong.html
Normal file
112
en/game/mahjong.html
Normal file
@@ -0,0 +1,112 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<style>
|
||||
#header
|
||||
{
|
||||
background: #2BA6E3;
|
||||
padding: 0.7em;
|
||||
text-align: left;
|
||||
}
|
||||
#header a
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
}
|
||||
|
||||
#lang
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.news_item
|
||||
{
|
||||
background: #FFFFFF;
|
||||
width: 720px;
|
||||
padding: 1em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
border: 1px solid #E0E0E0;
|
||||
text-align: left;
|
||||
}
|
||||
.news_item_contents
|
||||
{
|
||||
color: #444;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.news_item_date
|
||||
{
|
||||
margin-bottom: 2em;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
html
|
||||
{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
body
|
||||
{
|
||||
background: #FAFAFA;
|
||||
}
|
||||
code, pre
|
||||
{
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
color: #7f0a0c;
|
||||
}
|
||||
img
|
||||
{
|
||||
width: 720px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: #3A91CB;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table, th, td
|
||||
{
|
||||
border: 1px solid #aaa;
|
||||
padding: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<strong id="title">Open Game Studio</strong>
|
||||
<a href="../../en/news/index.html">News</a>
|
||||
<a href="../../en/game/index.html">Games</a>
|
||||
<a href="../../en/tool/index.html">Tools</a>
|
||||
<a href="../../en/page/about.html">About</a>
|
||||
<div id="lang">
|
||||
<a href="../../en/game/mahjong.html">EN</a>
|
||||
<a href="../../ru/game/mahjong.html">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<center>
|
||||
<h1>In the games...</h1>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="mahjong.html">Mahjong 2 (in development)</a>
|
||||
</h2>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/ogs-mahjong-2-screenshot.png" alt="Mahjong screenshot" /></p>
|
||||
<p>Remake of OGS Mahjong 1 that runs inside your web browser. <a href="http://opengamestudio.org/mahjong">Try it now!</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<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>.
|
||||
The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
10
en/game/mahjong.md
Normal file
10
en/game/mahjong.md
Normal file
@@ -0,0 +1,10 @@
|
||||
Title: Mahjong 2 (in development)
|
||||
Slug: mahjong
|
||||
Lang: en
|
||||
|
||||
![Mahjong screenshot][mahjong-screenshot]
|
||||
|
||||
Remake of OGS Mahjong 1 that runs inside your web browser. [Try it now!][mahjong]
|
||||
|
||||
[mahjong-screenshot]: ../../images/ogs-mahjong-2-screenshot.png
|
||||
[mahjong]: http://opengamestudio.org/mahjong
|
||||
144
en/game/ogs-mahjong-1.html
Normal file
144
en/game/ogs-mahjong-1.html
Normal file
@@ -0,0 +1,144 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<style>
|
||||
#header
|
||||
{
|
||||
background: #2BA6E3;
|
||||
padding: 0.7em;
|
||||
text-align: left;
|
||||
}
|
||||
#header a
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
}
|
||||
|
||||
#lang
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.news_item
|
||||
{
|
||||
background: #FFFFFF;
|
||||
width: 720px;
|
||||
padding: 1em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
border: 1px solid #E0E0E0;
|
||||
text-align: left;
|
||||
}
|
||||
.news_item_contents
|
||||
{
|
||||
color: #444;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.news_item_date
|
||||
{
|
||||
margin-bottom: 2em;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
html
|
||||
{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
body
|
||||
{
|
||||
background: #FAFAFA;
|
||||
}
|
||||
code, pre
|
||||
{
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
color: #7f0a0c;
|
||||
}
|
||||
img
|
||||
{
|
||||
width: 720px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: #3A91CB;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table, th, td
|
||||
{
|
||||
border: 1px solid #aaa;
|
||||
padding: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<strong id="title">Open Game Studio</strong>
|
||||
<a href="../../en/news/index.html">News</a>
|
||||
<a href="../../en/game/index.html">Games</a>
|
||||
<a href="../../en/tool/index.html">Tools</a>
|
||||
<a href="../../en/page/about.html">About</a>
|
||||
<div id="lang">
|
||||
<a href="../../en/game/ogs-mahjong-1.html">EN</a>
|
||||
<a href="../../ru/game/ogs-mahjong-1.html">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<center>
|
||||
<h1>In the games...</h1>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="ogs-mahjong-1.html">OGS Mahjong 1</a>
|
||||
</h2>
|
||||
<div class="news_item_contents">
|
||||
<iframe width="720" height="405" src="https://www.youtube.com/embed/XdOzD_Hc2lQ" frameborder="0" allowfullscreen></iframe>
|
||||
<p>Mahjong solitaire and shisen-sho game with nice 3D graphics and relaxing soundtrack.</p>
|
||||
<p><strong>Features</strong></p>
|
||||
<ul>
|
||||
<li>3 game modes: Mahjong Solitaire, Shisen-sho and Shisen-sho with gravity.</li>
|
||||
<li>More than 150 layouts. Layouts format is compatible with KMahjongg.</li>
|
||||
<li>Support for multiple tilesets.</li>
|
||||
<li>4 themes: "Classic", "Neo-classic", "Flowers", "Distros".</li>
|
||||
<li>Support for background scenes.</li>
|
||||
<li>3 scenes: "Room", "Room Lite" and "Inside the computer".</li>
|
||||
<li>Save and load.</li>
|
||||
<li>Hints and shuffle.</li>
|
||||
<li>Unlimited number of undos.</li>
|
||||
<li>Camera animations and dynamic camera (cursor tracking).</li>
|
||||
<li>Layers highlighting.</li>
|
||||
<li>6 languages: Russian, English, German, French, Spanish and Hindi.</li>
|
||||
<li>Online leaderboard.</li>
|
||||
<li>Adapting the game settings to your computer configuration during the first game launch.</li>
|
||||
</ul>
|
||||
<p><strong>Basic version</strong></p>
|
||||
<ul>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-windows32.exe/download" title="Download ogs-mahjong-1.1.0-windows32.exe">For Windows (exe)</a> (40 MB)</li>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-windows32.exe/download" title="Download ogs-mahjong-1.1.0-full-windows32.exe">For Windows, with editor and additional music (exe)</a> (123 MB)</li>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-linux64.tar.lzma/download" title="Download ogs-mahjong-1.1.0-linux64.tar.lzma">For Linux64 (tar.lzma)</a> (37 MB)</li>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-linux64.tar.lzma/download" title="Download ogs-mahjong-1.1.0-full-linux64.tar.lzma">For Linux64, with editor and additional music (tar.lzma)</a> (110 MB)</li>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-linux32.tar.lzma/download" title="Download ogs-mahjong-1.1.0-linux32.tar.lzma">For Linux32 (tar.lzma)</a> (37 MB)</li>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-linux32.tar.lzma/download" title="Download ogs-mahjong-1.1.0-full-linux32.tar.lzma">For Linux32, with editor and additional music (tar.lzma)</a> (110 MB)</li>
|
||||
</ul>
|
||||
<p><strong>Deluxe version</strong></p>
|
||||
<p>If you like our work, you can support us by buying the Deluxe version.
|
||||
It will help us keep the things running and, maybe, hire some freelance
|
||||
artists to make our future games a bit better.</p>
|
||||
<p><strong>OGS Mahjong Deluxe</strong> contains two additional tilesets: "Eastern" and "Sport".</p>
|
||||
<iframe src="https://www.humblebundle.com/widget/v2/product/ogsmahjong/ySGF3h34?theme=transparent-light" width="720" height="500" style="border: none;" scrolling="no" frameborder="0"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<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>.
|
||||
The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
43
en/game/ogs-mahjong-1.md
Normal file
43
en/game/ogs-mahjong-1.md
Normal file
@@ -0,0 +1,43 @@
|
||||
Title: OGS Mahjong 1
|
||||
Slug: ogs-mahjong-1
|
||||
Lang: en
|
||||
|
||||
<iframe width="720" height="405" src="https://www.youtube.com/embed/XdOzD_Hc2lQ" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
Mahjong solitaire and shisen-sho game with nice 3D graphics and relaxing soundtrack.
|
||||
|
||||
**Features**
|
||||
|
||||
* 3 game modes: Mahjong Solitaire, Shisen-sho and Shisen-sho with gravity.
|
||||
* More than 150 layouts. Layouts format is compatible with KMahjongg.
|
||||
* Support for multiple tilesets.
|
||||
* 4 themes: "Classic", "Neo-classic", "Flowers", "Distros".
|
||||
* Support for background scenes.
|
||||
* 3 scenes: "Room", "Room Lite" and "Inside the computer".
|
||||
* Save and load.
|
||||
* Hints and shuffle.
|
||||
* Unlimited number of undos.
|
||||
* Camera animations and dynamic camera (cursor tracking).
|
||||
* Layers highlighting.
|
||||
* 6 languages: Russian, English, German, French, Spanish and Hindi.
|
||||
* Online leaderboard.
|
||||
* Adapting the game settings to your computer configuration during the first game launch.
|
||||
|
||||
**Basic version**
|
||||
|
||||
- [For Windows (exe)](http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-windows32.exe/download "Download ogs-mahjong-1.1.0-windows32.exe") (40 MB)
|
||||
- [For Windows, with editor and additional music (exe)](http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-windows32.exe/download "Download ogs-mahjong-1.1.0-full-windows32.exe") (123 MB)
|
||||
- [For Linux64 (tar.lzma)](http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-linux64.tar.lzma/download "Download ogs-mahjong-1.1.0-linux64.tar.lzma") (37 MB)
|
||||
- [For Linux64, with editor and additional music (tar.lzma)](http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-linux64.tar.lzma/download "Download ogs-mahjong-1.1.0-full-linux64.tar.lzma") (110 MB)
|
||||
- [For Linux32 (tar.lzma)](http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-linux32.tar.lzma/download "Download ogs-mahjong-1.1.0-linux32.tar.lzma") (37 MB)
|
||||
- [For Linux32, with editor and additional music (tar.lzma)](http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-linux32.tar.lzma/download "Download ogs-mahjong-1.1.0-full-linux32.tar.lzma") (110 MB)
|
||||
|
||||
**Deluxe version**
|
||||
|
||||
If you like our work, you can support us by buying the Deluxe version.
|
||||
It will help us keep the things running and, maybe, hire some freelance
|
||||
artists to make our future games a bit better.
|
||||
|
||||
**OGS Mahjong Deluxe** contains two additional tilesets: "Eastern" and "Sport".
|
||||
|
||||
<iframe src="https://www.humblebundle.com/widget/v2/product/ogsmahjong/ySGF3h34?theme=transparent-light" width="720" height="500" style="border: none;" scrolling="no" frameborder="0"></iframe>
|
||||
4
en/game/pagination.next.template
Normal file
4
en/game/pagination.next.template
Normal file
@@ -0,0 +1,4 @@
|
||||
<p class="pagination_title">Page PSKOV_PAGE_ID of PSKOV_PAGES_COUNT</p>
|
||||
<p>
|
||||
<a href="PSKOV_NEXT_PAGE_URL">Older »</a>
|
||||
</p>
|
||||
4
en/game/pagination.prev.template
Normal file
4
en/game/pagination.prev.template
Normal file
@@ -0,0 +1,4 @@
|
||||
<p class="pagination_title">Page PSKOV_PAGE_ID of PSKOV_PAGES_COUNT</p>
|
||||
<p>
|
||||
<a href="PSKOV_PREV_PAGE_URL">« Newer</a>
|
||||
</p>
|
||||
5
en/game/pagination.template
Normal file
5
en/game/pagination.template
Normal file
@@ -0,0 +1,5 @@
|
||||
<p class="pagination_title">Page PSKOV_PAGE_ID of PSKOV_PAGES_COUNT</p>
|
||||
<p>
|
||||
<a href="PSKOV_PREV_PAGE_URL">« Newer</a>
|
||||
<a href="PSKOV_NEXT_PAGE_URL">Older »</a>
|
||||
</p>
|
||||
11
en/game/preview.template
Normal file
11
en/game/preview.template
Normal file
@@ -0,0 +1,11 @@
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="PSKOV_ITEM_URL">PSKOV_ITEM_TITLE</a>
|
||||
</h2>
|
||||
<div class="news_item_contents">
|
||||
PSKOV_PREVIEW
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="PSKOV_ITEM_URL">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user