CSS Panic: Game written in HTML/CSS - no Javascript
1–10 of 21 posts
Re: CSS Panic: Game written in HTML/CSS - no Javascript
#2Re: CSS Panic: Game written in HTML/CSS - no Javascript
#3Re: CSS Panic: Game written in HTML/CSS - no Javascript
#4As soon as I click play/replay, I get the message Game Over :-) I am using FF4 on Mac
Re: CSS Panic: Game written in HTML/CSS - no Javascript
#5Re: CSS Panic: Game written in HTML/CSS - no Javascript
#6Re: CSS Panic: Game written in HTML/CSS - no Javascript
#7It doesn't work on IE9 either. Thus we see the flaw in designing programs in html/CSS there is no guarantee that what you wrote is what will happen/appear on a browser. Even worse than an untyped language. A programming language that has the programmer "suggest" commands rather than demand them.
Snarkiness aside, I feel the pain behind your complaint. That's one reason I think CSS can be harder than actual programming: you have all these unknowns and contingencies to manage.
Re: CSS Panic: Game written in HTML/CSS - no Javascript
#8At any rate, this is very impressive and interesting. I would have sworn it was a Flash game if I didn't know better.
Re: CSS Panic: Game written in HTML/CSS - no Javascript
#9But we're back to the days of "works best in so-and-so browser".
(no FF3/4 or IE9 or Opera11 support)
Re: CSS Panic: Game written in HTML/CSS - no Javascript
#10The crocodiles are radio buttons and animations are controlled via the :checked pseudo-selector, very clever.