Files
febbweiss.github.io/games/pacman/index.html
2018-01-11 12:01:07 +01:00

357 lines
10 KiB
HTML

<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pacman - Febbweiss</title>
<link rel="shortcut icon" href="../../img/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../../css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../css/theme_extra.css" type="text/css" />
<link rel="stylesheet" href="../../css/highlight.css">
<link href="../../extra/css/extra.css" rel="stylesheet">
<link href="../../extra/css/sis.css" rel="stylesheet">
<script>
// Current page data
var mkdocs_page_name = "Pacman";
var mkdocs_page_input_path = "games/pacman.md";
var mkdocs_page_url = "/games/pacman/";
</script>
<script src="../../js/jquery-2.1.1.min.js"></script>
<script src="../../js/modernizr-2.8.3.min.js"></script>
<script type="text/javascript" src="../../js/highlight.pack.js"></script>
<script src="../../js/theme.js"></script>
<script src="../../extra/js/pacman.js"></script>
<script src="../../extra/js/pyramid.js"></script>
<script src="../../extra/js/sis.js"></script>
<script src="../../extra/js/yahtzee.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search">
<a href="../.." class="icon icon-home"> Febbweiss</a>
<div role="search">
<form id ="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li>
<li class="toctree-l1 ">
<a class="" href="../..">Home</a>
</li>
<li>
<li>
<ul class="subnav">
<li><span>Development</span></li>
<li class="toctree-l1 ">
<a class="" href="../../development/cloudbudget/">Cloudbudget</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/cloudbudget_angularjs/">Cloudbudget angularjs</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/filebrowser_durandal_widget/">Filebrowser durandal widget</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/java_small_projects/">Java small projects</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/library_reader/">Library reader</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/project_deployer/">Project deployer</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/scrabble_resolver/">Scrabble resolver</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../development/springboot_react_webpack/">Springboot react webpack</a>
</li>
</ul>
<li>
<li>
<ul class="subnav">
<li><span>Docker</span></li>
<li class="toctree-l1 ">
<a class="" href="../../docker/docker_apache_log_generator/">Docker apache log generator</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../docker/docker_gocd/">Docker gocd</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../docker/docker_java_log_generator/">Docker java log generator</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../../docker/docker_log_centralizer/">Docker log centralizer</a>
</li>
</ul>
<li>
<li>
<ul class="subnav">
<li><span>Games</span></li>
<li class="toctree-l1 ">
<a class="" href="../Space_invaders_stories/">Space invaders stories</a>
</li>
<li class="toctree-l1 current">
<a class="current" href="./">Pacman</a>
<ul>
<li class="toctree-l3"><a href="#pacman">Pacman</a></li>
<li><a class="toctree-l4" href="#how-to">How to</a></li>
<li><a class="toctree-l4" href="#demo">Demo</a></li>
<li><a class="toctree-l4" href="#credits">Credits</a></li>
<li><a class="toctree-l4" href="#licences">Licences</a></li>
</ul>
</li>
<li class="toctree-l1 ">
<a class="" href="../pyramid/">Pyramid</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../wordfighters/">Wordfighters</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../yahtzee/">Yahtzee</a>
</li>
</ul>
<li>
</ul>
</div>
&nbsp;
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../..">Febbweiss</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../..">Docs</a> &raquo;</li>
<li>Games &raquo;</li>
<li>Pacman</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/febbweiss/" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main">
<div class="section">
<h1 id="pacman">Pacman</h1>
<p>gq-pacman is a jQuery implementation of the famous Namco©'s Pacman©.</p>
<h2 id="how-to">How to</h2>
<p>Use your keyboard arrows to move Pacman to eat all energizer to complete the level.
Ghosts become frightened when Pacman eats a big energizer. Eat them !!!</p>
<p>Beware of ghost who haunt the maze !!! Each one has his own personality :</p>
<div class="ghost blinky"></div>
<p>Blinky tracks Pacman as his shadow.</p>
<div class="ghost pinky"></div>
<p>Pinky perfoms ambushes to Pacman.</p>
<div class="ghost inky"></div>
<p>Inky is the least predictable.</p>
<div class="ghost clyde"></div>
<p>Clyde pretends ignorance and is one who lags behind.</p>
<h2 id="demo">Demo</h2>
<p><object data="/demo/pacman/index.html" width="470" height="600">
<embed src="/demo/pacman/index.html" width="470" height="600"> </embed>
<iframe scrolling="no" frameborder="0" src="/demo/pacman/index.html" style="width: 470px; height: 600px; overflow:hidden;">
</iframe>
</object></p>
<h2 id="credits">Credits</h2>
<ul>
<li>Graphics : Fabrice Ecaille aka Febbweiss</li>
<li>Code : Fabrice Ecaille aka Febbweiss</li>
<li>Algorithm : Based on the <a href="http://home.comcast.net/~jpittman2/pacman/pacmandossier.html">"Pacman Dossier"</a></li>
<li>Tools : <a href="http://gamequeryjs.com/">gameQuery</a></li>
<li>Sounds : <a href="http://soundfxcenter.com/sound_effect/search.php?sfx=Pacman">Sound FX Center</a></li>
</ul>
<h2 id="licences">Licences</h2>
<p>Source code is under <a href="http://opensource.org/licenses/mit-license.php">MIT Licence</a>
Sprite is under <a href="http://creativecommons.org/licenses/by-sa/3.0/legalcode">CC BY-SA 3.0</a></p>
<p><link href="css/pacman.css" type="text/css" rel="stylesheet" media="screen, projection" /></p>
<p><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
<!--[if lt IE 9]>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
<![endif]-->
<a class="github-fork-ribbon" href="https://github.com/Febbweiss/gq-pacman" target="_blank" title="Fork me on GitHub">Fork me on GitHub</a></p>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../pyramid/" class="btn btn-neutral float-right" title="Pyramid">Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../Space_invaders_stories/" class="btn btn-neutral" title="Space invaders stories"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<!-- Copyright etc -->
</div>
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>.
</footer>
</div>
</div>
</section>
</div>
<div class="rst-versions" role="note" style="cursor: pointer">
<span class="rst-current-version" data-toggle="rst-current-version">
<a href="https://github.com/febbweiss/" class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a>
<span><a href="../Space_invaders_stories/" style="color: #fcfcfc;">&laquo; Previous</a></span>
<span style="margin-left: 15px"><a href="../pyramid/" style="color: #fcfcfc">Next &raquo;</a></span>
</span>
</div>
</body>
</html>