Skip to content

Commit

Permalink
_posts/2011-04-20-pacmaze-v2-even-more-WebGL-in-pacman.md: added post…
Browse files Browse the repository at this point in the history
… on pacmazeV2
  • Loading branch information
jeromeetienne committed Apr 20, 2011
1 parent 16643f6 commit 4bfc1a1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -37,7 +37,7 @@
</div>
</div>
<div class="announce">
Just released <a href="/2011/04/13/pacmaze-v1-release.html">Pacmaze</a> my first WebGL game!
Just released <a href="/2011/04/20/pacmaze-v2-even-more-WebGL-in-pacman.html">Pacmaze</a> my first WebGL game!
<a href="http://pacmaze.com">Check it out!</a>
</div>

Expand Down
2 changes: 2 additions & 0 deletions _posts/2011-04-13-pacmaze-v1-release.md
Expand Up @@ -13,7 +13,9 @@ You can find it as [standalone webapp](http://pacmaze.com) or in
[chrome web store](https://chrome.google.com/webstore/detail/ggeliggglgbhachnoljoieibaneidchi).
Pacmaze v1 is the first game of *the pacmaze experiment*. Show, dont tell, here is a screencast

<center>
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/9_ZtsK4rU4g" frameborder="0" allowfullscreen></iframe>
</center>

## Pacmaze Experiment

Expand Down
33 changes: 33 additions & 0 deletions _posts/2011-04-20-pacmaze-v2-even-more-WebGL-in-pacman.md
@@ -0,0 +1,33 @@
---
layout: post
published: true
title: Pacmaze v2 - Event More WebGL in Pacman
---

<a href='http://pacmaze.com' target='_blank'>Pacmaze</a> v2 is the second version of pacmaze
in the <a href='/2011/04/13/pacmaze-v1-release.html'>pacmaze experiment announced here</a>.

Compared to <a href='http://pacmaze1.jetienne.com' target='_blank'>pacmaze v1</a>, it provides **much nicer 3D effects** with
lot of camera moves. Use *pageUp/pageDown* or *C/V* keys to change the camera positions. It is a little easier
on the user too. In case you dont have WebGL, you may watch a screencast... better than the original
with a alert(), couch :) Show, dont tell, here is the screencast

<center>
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/9_ZtsK4rU4g" frameborder="0" allowfullscreen></iframe>
</center>

Other improvements were done this week, but they were either not yet ready or not visible on the screen...
According to *pacmaze experiment* <a href='/2011/04/13/pacmaze-v1-release.html'>schedule</a>, i should
release a new game every 2 weeks, so another game is due next wednesday.
<a href='http://pacmaze.com' target='_blank'>Pacmaze</a> v2 is just an improvement of last week
release.

## tl;dr;

Pacmaze is a pacman in WebGL. You are a pacman trapped in a maze.
You need to eat all the pills to get out, and avoid the ghosts in the
process. Well... you known pacman.
You can find it as [standalone webapp](http://pacmaze.com) or in
[chrome web store](https://chrome.google.com/webstore/detail/ggeliggglgbhachnoljoieibaneidchi).


0 comments on commit 4bfc1a1

Please sign in to comment.