| Index: chrome/common/extensions/docs/templates/articles/game_engines.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/game_engines.html b/chrome/common/extensions/docs/templates/articles/game_engines.html
|
| index c2d57dd0131b400fe1557ef450aea0d62528054d..fedfcc7650f41a0ee13a77689097d2f031db86a4 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/game_engines.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/game_engines.html
|
| @@ -10,7 +10,7 @@ instructions for producing a Chrome App.
|
|
|
| <h2 id="playcanvas">PlayCanvas</h2>
|
| <p>
|
| -<a href="https://playcanvas.com/">https://playcanvas.com/</a>
|
| +<a href="https://playcanvas.com">https://playcanvas.com</a>
|
| </p>
|
|
|
| <p>
|
| @@ -35,3 +35,31 @@ package into a Chrome App. See:
|
| <a href="http://developer.playcanvas.com/user-manual/publishing/chromewebstore/"
|
| >PlayCanvas Packaged App Publishing Documentation</a>.
|
| </p>
|
| +
|
| +
|
| +<h2 id="playcanvas">WiMi5</h2>
|
| +<p>
|
| +<a href="http://wimi5.com">http://wimi5.com</a>
|
| +</p>
|
| +
|
| +<p>
|
| +WiMi5 demo on Chrome Web Store:
|
| +<a href="https://chrome.google.com/webstore/detail/bakus-legend/gopkooheadfmnimkccijjjckbkbjdmhi">Bakus Legend</a>
|
| +<a href="{{static}}/images/wimi5_editor.jpg">
|
| + <img src="{{static}}/images/wimi_editor_500_281.png"
|
| + width="500"
|
| + height="281"
|
| + alt="WiMi5 editor screenshot.">
|
| + </a>
|
| +</p>
|
| +
|
| +<p>
|
| +WiMi5 is a free cloud based webapp to create, publish and monetize web games.
|
| +Games are quickly developed using a visual scripting editor. Programming is not required.
|
| +</p>
|
| +
|
| +<p>
|
| +WiMi5 can create a package for Chrome Web Store with 1-click. See:
|
| +<a href="http://wimi5.com/howto-publish-chrome-web-store/"
|
| +>How to publish your game on the Chrome Web</a>.
|
| +</p>
|
|
|