• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

HTML5 Gaming

 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Saw this on Slashdot today -- give it a try, it's very cool. 100% HTML5/Javascript, no Flash!

http://dougx.net/plunder/plunder.html

Anybody have any other interesting examples?
 
lowercase baba
Posts: 13091
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
forgive my ignorance, but...it doesn't do anything for me. I see what looks like the menu screen for a game, but none of the buttons are enabled/do anything.

Do I need a newer browser? a plug-in? to not be behind my work's firewall?
 
Ernest Friedman-Hill
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not all browsers implement enough of HTML5 to make it work. It uses HTML5 Canvas and Audio objects, probably other stuff too. It works in recent versions of Firefox, Chrome, and Opera, but not in IE. If your firewall allows *.js files, that shouldn't be the problem.
 
fred rosenberger
lowercase baba
Posts: 13091
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'll try when I get home. I have a recent firefox 3.6.6 so that's not the issue.

I'm going to assume it's a firewall issue. I know they block some sites that use the word 'g a m e'. I've even seen specific threads here at the ranch be blocked when they are about such issues. that's one reason why I don't moderate the gaming forum anymore...could never access half the threads while at work.



 
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Very cool. Only partially works in latest Safari. Chrome on Mac runs it fine.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is impressive. The interesting question is when enough browsers will support it to make it a viable deployment choice for for-profit applications, through.
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I heard it is going to kill Silverlight, Flash, Java FX etc...
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No need to kill JavaFX - it's DOA.
 
Bear Bibeault
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ulf Dittmer wrote:No need to kill JavaFX - it's DOA.

Ouch! Dang, the truth hurts.
 
fred rosenberger
lowercase baba
Posts: 13091
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Quake II GWT ported to HTML 5
 
fred rosenberger
lowercase baba
Posts: 13091
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
pacman in HTML 5.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some more games: http://www.queness.com/post/4709/7-brilliant-and-highly-addictive-html5-and-js-experiments
 
Ernest Friedman-Hill
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Y'all see Google's main home page today? Some fantastic HTML5 goodness, if your browser is up to it.
 
Bartender
Posts: 2700
IntelliJ IDE Opera
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great! Works fluently on my browser (Opera 10.61)
 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Y'all see Google's main home page today? Some fantastic HTML5 goodness, if your browser is up to it.


The bouncing balls you mean? Very nice indeed. Unfortunately, it's not based on HTML5 --> source: reddit

Someone ported it to HTML5, BTW.
http://rawkes.com/experiments/google-bouncing-balls-canvas/
 
Ernest Friedman-Hill
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can't find the original source, so right now it's "who do you believe" -- NPR said it was HTML5:

http://www.npr.org/blogs/alltechconsidered/2010/09/07/129695020/google-s-logo-turns-to-bouncing-balls-for-anniversary

Too bad if it wasn't, though.
 
reply
    Bookmark Topic Watch Topic
  • New Topic