Live data from Hacker News

Tough Title City - A video game in your browser's title bar

patrick-wied.at

11–20 of 25 posts

Re: Tough Title City - A video game in your browser's title bar

#11
If anyone else is wondering how the characters are generated:

  states = {
    // policeman
    "0": decodeEntities("👮"),
    ...
    // octopus
    "3": decodeEntities("🐙"),

    // explosion
    "4": decodeEntities("💥") 
  };
From http://www.patrick-wied.at/projects/tough-title-city/game.js

Re: Tough Title City - A video game in your browser's title bar

#12
post #3
post #2

I do not understand how this game works. All I get is a lot of squares (Opera, IE9, Chrome)

What version of Opera and Chrome? Opera 12.01 and Chrome 21 work - this is what you should see in your title bar: http://o25.img-up.net/screen1239.png

it's all (unicode) boxes, no graphics.

chrome 21.0.1180.79 + ff 14.0.1 on mac os x

Re: Tough Title City - A video game in your browser's title bar

#15
post #12
post #3

Earlier quoted context omitted.

What version of Opera and Chrome? Opera 12.01 and Chrome 21 work - this is what you should see in your title bar: http://o25.img-up.net/screen1239.png

it's all (unicode) boxes, no graphics. chrome 21.0.1180.79 + ff 14.0.1 on mac os x

I use chrome 21.0.1180.79 on mac os x, and it works fine here.

Re: Tough Title City - A video game in your browser's title bar

#17

If anyone else is wondering how the characters are generated: states = { // policeman "0": decodeEntities("👮"), ... // octopus "3": decodeEntities("🐙"), // explosion "4": decodeEntities("💥") }; From http://www.patrick-wied.at/projects/tough-title-city/game.js

That's weird, I'm fairly sure JS strings are Unicode.

Re: Tough Title City - A video game in your browser's title bar

#20
post #3
post #2

I do not understand how this game works. All I get is a lot of squares (Opera, IE9, Chrome)

What version of Opera and Chrome? Opera 12.01 and Chrome 21 work - this is what you should see in your title bar: http://o25.img-up.net/screen1239.png

Firefox 14, Linux. I see only squares.
Post reply on HN