states = {
// policeman
"0": decodeEntities("👮"),
...
// octopus
"3": decodeEntities("🐙"),
// explosion
"4": decodeEntities("💥")
};
From http://www.patrick-wied.at/projects/tough-title-city/game.jsTough Title City - A video game in your browser's title bar
11–20 of 25 posts
Re: Tough Title City - A video game in your browser's title bar
#12I 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
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
#13Re: Tough Title City - A video game in your browser's title bar
#14have no title bar in chrome :/
Re: Tough Title City - A video game in your browser's title bar
#15Earlier 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
Re: Tough Title City - A video game in your browser's title bar
#16Re: Tough Title City - A video game in your browser's title bar
#17If 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
#18Re: Tough Title City - A video game in your browser's title bar
#19As lovely as it is, this will probably only work on Mac as both Windows and Linux don't support Emoji