szhu / 3030

%%30%30 Game: Don't touch the trees! (Thanks, Chrome dev team!)
http://szhu.github.io/3030/
1.51k stars 113 forks source link

x3030 : Maze game for Google Chrome based on that bug #22

Closed pravj closed 9 years ago

pravj commented 9 years ago

Hi @szhu,

Inspired from your project, I have made an attempt on a game where mazes are not fixed, hence generated. x3030.

Mazes are generated by the Recursive division method. Right now, I'm letting users play with any random maze among 100 generated mazes.

Posting it here as I thought you would be kind enough to add it in the further reading section and we can discuss more possible things/issues, if any.

:octocat:

szhu commented 9 years ago

Yes, that would be cool! Want to give me the link to it?

pravj commented 9 years ago

Ohh my, I missed that. Feeling sleepy.

Here is the project and here you can play it online, x3030.

szhu commented 9 years ago

Heads-up, the new Chrome update fixes the bug :(

pravj commented 9 years ago

Yeah, I saw it in the discussion they were having. Is it rolled back to all of us? Mine is still facing the issue though.

szhu commented 9 years ago

Go to About Google Chrome and your update should start downloading.

As for how to work around the fix, I'm going to try this: https://github.com/szhu/3030/issues/9#issuecomment-142182184

pravj commented 9 years ago

That hacky solution looks cool, I'll shift to it tomorrow.

szhu commented 9 years ago

I added a link to your game in the lastest doc :)