index.html 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <title>Pyramid - Febbweiss</title>
  9. <link rel="shortcut icon" href="../../img/favicon.ico">
  10. <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  11. <link rel="stylesheet" href="../../css/theme.css" type="text/css" />
  12. <link rel="stylesheet" href="../../css/theme_extra.css" type="text/css" />
  13. <link rel="stylesheet" href="../../css/highlight.css">
  14. <link href="../../extra/css/extra.css" rel="stylesheet">
  15. <link href="../../extra/css/sis.css" rel="stylesheet">
  16. <script>
  17. // Current page data
  18. var mkdocs_page_name = "Pyramid";
  19. var mkdocs_page_input_path = "games/pyramid.md";
  20. var mkdocs_page_url = "/games/pyramid/";
  21. </script>
  22. <script src="../../js/jquery-2.1.1.min.js"></script>
  23. <script src="../../js/modernizr-2.8.3.min.js"></script>
  24. <script type="text/javascript" src="../../js/highlight.pack.js"></script>
  25. <script src="../../js/theme.js"></script>
  26. <script src="../../extra/js/pacman.js"></script>
  27. <script src="../../extra/js/pyramid.js"></script>
  28. <script src="../../extra/js/sis.js"></script>
  29. <script src="../../extra/js/yahtzee.js"></script>
  30. </head>
  31. <body class="wy-body-for-nav" role="document">
  32. <div class="wy-grid-for-nav">
  33. <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
  34. <div class="wy-side-nav-search">
  35. <a href="../.." class="icon icon-home"> Febbweiss</a>
  36. <div role="search">
  37. <form id ="rtd-search-form" class="wy-form" action="../../search.html" method="get">
  38. <input type="text" name="q" placeholder="Search docs" />
  39. </form>
  40. </div>
  41. </div>
  42. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  43. <ul class="current">
  44. <li>
  45. <li class="toctree-l1 ">
  46. <a class="" href="../..">Home</a>
  47. </li>
  48. <li>
  49. <li>
  50. <ul class="subnav">
  51. <li><span>Development</span></li>
  52. <li class="toctree-l1 ">
  53. <a class="" href="../../development/cloudbudget/">Cloudbudget</a>
  54. </li>
  55. <li class="toctree-l1 ">
  56. <a class="" href="../../development/cloudbudget_angularjs/">Cloudbudget angularjs</a>
  57. </li>
  58. <li class="toctree-l1 ">
  59. <a class="" href="../../development/filebrowser_durandal_widget/">Filebrowser durandal widget</a>
  60. </li>
  61. <li class="toctree-l1 ">
  62. <a class="" href="../../development/project_deployer/">Project deployer</a>
  63. </li>
  64. <li class="toctree-l1 ">
  65. <a class="" href="../../development/springboot_react_webpack/">Springboot react webpack</a>
  66. </li>
  67. </ul>
  68. <li>
  69. <li>
  70. <ul class="subnav">
  71. <li><span>Docker</span></li>
  72. <li class="toctree-l1 ">
  73. <a class="" href="../../docker/docker_apache_log_generator/">Docker apache log generator</a>
  74. </li>
  75. <li class="toctree-l1 ">
  76. <a class="" href="../../docker/docker_gocd/">Docker gocd</a>
  77. </li>
  78. <li class="toctree-l1 ">
  79. <a class="" href="../../docker/docker_log_centralizer/">Docker log centralizer</a>
  80. </li>
  81. </ul>
  82. <li>
  83. <li>
  84. <ul class="subnav">
  85. <li><span>Games</span></li>
  86. <li class="toctree-l1 ">
  87. <a class="" href="../Space_invaders_stories/">Space invaders stories</a>
  88. </li>
  89. <li class="toctree-l1 ">
  90. <a class="" href="../pacman/">Pacman</a>
  91. </li>
  92. <li class="toctree-l1 current">
  93. <a class="current" href="./">Pyramid</a>
  94. <ul>
  95. <li class="toctree-l3"><a href="#pyramid">Pyramid</a></li>
  96. <li><a class="toctree-l4" href="#how-to">How to</a></li>
  97. <li><a class="toctree-l4" href="#demo">Demo</a></li>
  98. <li><a class="toctree-l4" href="#credits">Credits</a></li>
  99. <li><a class="toctree-l4" href="#licences">Licences</a></li>
  100. </ul>
  101. </li>
  102. <li class="toctree-l1 ">
  103. <a class="" href="../yahtzee/">Yahtzee</a>
  104. </li>
  105. </ul>
  106. <li>
  107. </ul>
  108. </div>
  109. &nbsp;
  110. </nav>
  111. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  112. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  113. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  114. <a href="../..">Febbweiss</a>
  115. </nav>
  116. <div class="wy-nav-content">
  117. <div class="rst-content">
  118. <div role="navigation" aria-label="breadcrumbs navigation">
  119. <ul class="wy-breadcrumbs">
  120. <li><a href="../..">Docs</a> &raquo;</li>
  121. <li>Games &raquo;</li>
  122. <li>Pyramid</li>
  123. <li class="wy-breadcrumbs-aside">
  124. <a href="https://github.com/febbweiss/" class="icon icon-github"> Edit on GitHub</a>
  125. </li>
  126. </ul>
  127. <hr/>
  128. </div>
  129. <div role="main">
  130. <div class="section">
  131. <h1 id="pyramid">Pyramid</h1>
  132. <p>Pyramid is a jQuery implementation of the famous Pyramid solitaire game card.</p>
  133. <h2 id="how-to">How to</h2>
  134. <p>The goal is to remove all Pyramid's cards.
  135. To remove a card, it must be associated with an other one and their sum must be equals to 13.
  136. Each card has is numeric value and Kings' value is 13 (no need to be associated with an other card), Queens' value is 12 and Jake' value is 11.</p>
  137. <h2 id="demo">Demo</h2>
  138. <p><object data="/demo/pyramid/index.html" width="570" height="470">
  139. <embed src="/demo/pyramid/index.html" width="570" height="470"> </embed>
  140. <iframe scrolling="no" frameborder="0" src="/demo/pyramid/index.html" style="width: 570px; height: 470px; overflow:hidden;">
  141. </iframe>
  142. </object></p>
  143. <h2 id="credits">Credits</h2>
  144. <ul>
  145. <li>Graphics : <a href="http://code.google.com/p/vector-playing-cards">Byron Knoll</a></li>
  146. <li>Code : Fabrice Ecaille aka Febbweiss</li>
  147. </ul>
  148. <h2 id="licences">Licences</h2>
  149. <p>Source code is under <a href="http://opensource.org/licenses/mit-license.php">MIT Licence</a>
  150. Cards sprite is under <a href="http://creativecommons.org/publicdomain/zero/1.0/">Public domain</a></p>
  151. <p><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
  152. <!--[if lt IE 9]>
  153. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
  154. <![endif]-->
  155. <a class="github-fork-ribbon" href="https://github.com/Febbweiss/pyramid" target="_blank" title="Fork me on GitHub">Fork me on GitHub</a></p>
  156. </div>
  157. </div>
  158. <footer>
  159. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  160. <a href="../yahtzee/" class="btn btn-neutral float-right" title="Yahtzee">Next <span class="icon icon-circle-arrow-right"></span></a>
  161. <a href="../pacman/" class="btn btn-neutral" title="Pacman"><span class="icon icon-circle-arrow-left"></span> Previous</a>
  162. </div>
  163. <hr/>
  164. <div role="contentinfo">
  165. <!-- Copyright etc -->
  166. </div>
  167. Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  168. </footer>
  169. </div>
  170. </div>
  171. </section>
  172. </div>
  173. <div class="rst-versions" role="note" style="cursor: pointer">
  174. <span class="rst-current-version" data-toggle="rst-current-version">
  175. <a href="https://github.com/febbweiss/" class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a>
  176. <span><a href="../pacman/" style="color: #fcfcfc;">&laquo; Previous</a></span>
  177. <span style="margin-left: 15px"><a href="../yahtzee/" style="color: #fcfcfc">Next &raquo;</a></span>
  178. </span>
  179. </div>
  180. </body>
  181. </html>