Highscore
矢印キーを使ってパッ◯マンを動かして下さい。
一時停止 / ESC、またはSPACEキーを押して下さい
スワイプ、もしくは矢印ボタンを使ってパックマンを動かして下さい
一時停止 / 適当にどっかを押して下さい。止まります
Ghosts are creatures that hunt pacman and will kill him if they catch him.
Every ghost has its own strategy to chase down pacman.
This is the default mood. When ghosts are in scatter mood, they will just go to their home corner and stay there.
After a certain time the ghosts change their mood and want to go chasing pacman. This is indicated through the walls turning red.
The goal of every level is, to eat all the white pills without getting catched by the ghosts. One pill results in 10 points.
In every level there are 4 powerpills, which are a bit bigger than the regular ones. If Pacman eats those, he will get strong enough to eat the ghosts. You can see this indicated by the ghosts turning blue. One powerpill results in 50 points.
Eating a ghost results in 100 points. The soul of the ghost will return to the ghost house before starting to chase Pacman again.
Current Version: 0.91 (15.01.2016) (get latest)
Pacman Canvas is Open Source, written by platzh1rsch. You can get the code on github.
If you have any suggestions how to make this app better, please post your suggestion / request on uservoice.
Click to Play
This whole thing was written in HTML5, CSS3 and Javascript (using small bits of jquery). For the basics I was following the "Exploring HTML5 Canvas" Tutorials (Part 1 - 6) by Devhammer. Thanks for the great Tutorial!
For some other stuff, like how to write objectorientated javascript I was following the tutorials over at http://www.codecademy.com/, which is a really great site to learn Javascript and also other languages.
If you understand German you can also read my blogpost about this site: "Pacman in HTML5 Canvas".