The behind the scenes writeup is good: http://www.cuttherope.ie/dev/ Although the senior developer says in the video: "Objective C is object oriented, has classes and structs. And those things just don't exist in JavaScript." .. Well, except object orientation, of course ;-)
Microsoft launches an HTML5 version of Cut the Rope
81–90 of 132 posts
Re: Microsoft launches an HTML5 version of Cut the Rope
#82Both Angry Birds and Cut the Rope are now on HTML5 ( http://chrome.angrybirds.com/ ) This is starting to become a trend, but it needs a strong driver. The Windows 8 App Store may provide the push needed to get HTML5 adoption up for applications. It's a different ball game in the web, but I think we'll start to see the web playing a bigger role in the marketplace. Just curious: Why the down vote?
Microsoft surprised me that they didn't block out other browsers. Google didn't surprise me at all and the game is blocked in Opera. It works when user-agent is changed. It's sad when company acting as someone for open and standard web is doing this. And Google is doing this user-agent sniffing across all their products.
Re: Microsoft launches an HTML5 version of Cut the Rope
#83Anyone know why they are using a .ie (Ireland) domain? Just curious.
Re: Microsoft launches an HTML5 version of Cut the Rope
#84Anyone know why they are using a .ie (Ireland) domain? Just curious.
Re: Microsoft launches an HTML5 version of Cut the Rope
#85Anyone know why they are using a .ie (Ireland) domain? Just curious.
Re: Microsoft launches an HTML5 version of Cut the Rope
#86Re: Microsoft launches an HTML5 version of Cut the Rope
#87I'm confused why Microsoft would sponsor something like this. Google going after game developers and getting them to port their apps to HTML5 makes sense, as it supports the Web as a platform as well as promotes the Chrome Web Store. Is the plan that the Windows8 App Store feature Chrome Store-style URLs-as-applications?
Re: Microsoft launches an HTML5 version of Cut the Rope
#88I'm confused why Microsoft would sponsor something like this. Google going after game developers and getting them to port their apps to HTML5 makes sense, as it supports the Web as a platform as well as promotes the Chrome Web Store. Is the plan that the Windows8 App Store feature Chrome Store-style URLs-as-applications?
The whole "behind the scenes" reads like an advertisement. Striking excerpts: * > cuttherope._ie_ > Canvas is an amazingly fast rendering surface, especially in a browser where that API is hardware accelerated (like Internet Explorer 9). > Internet Explorer 9’s Chakra JavaScript engine pre-compiles the code on a background thread [...] The result is near-native execution speeds. Amazingly, this is something that you…
Re: Microsoft launches an HTML5 version of Cut the Rope
#89Re: Microsoft launches an HTML5 version of Cut the Rope
#90I'm no game dev, but wouldn't porting from OpenGL to WebGL be much simpler than porting to 2D Canvas? I know IE doesn't support WebGL, so I'm just wondering how much extra work they created for themselves.