Initial commit

This commit is contained in:
ECAILLE Fabrice (externe)
2017-05-03 16:46:01 +02:00
commit 2e64cb961e
117 changed files with 10765 additions and 0 deletions

46
docs/games/pacman.md Normal file
View File

@@ -0,0 +1,46 @@
#Pacman
gq-pacman is a jQuery implementation of the famous Namco©'s Pacman©.
##How to
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 !!!
Beware of ghost who haunt the maze !!! Each one has his own personality :
<div class="ghost blinky"></div> Blinky tracks Pacman as his shadow.
<div class="ghost pinky"></div> Pinky perfoms ambushes to Pacman.
<div class="ghost inky"></div> Inky is the least predictable.
<div class="ghost clyde"></div> Clyde pretends ignorance and is one who lags behind.
##Demo
<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>
##Credits
+ Graphics : Fabrice Ecaille aka Febbweiss
+ Code : Fabrice Ecaille aka Febbweiss
+ Algorithm : Based on the ["Pacman Dossier"](http://home.comcast.net/~jpittman2/pacman/pacmandossier.html)
+ Tools : [gameQuery](http://gamequeryjs.com/)
+ Sounds : [Sound FX Center](http://soundfxcenter.com/sound_effect/search.php?sfx=Pacman)
##Licences
Source code is under [MIT Licence](http://opensource.org/licenses/mit-license.php)
Sprite is under [CC BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/legalcode)
<link href="css/pacman.css" type="text/css" rel="stylesheet" media="screen, projection" />
<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>