Top
Best
New

Posted by msalsas 11 hours ago

CSSQuake(cssquake.com)
398 points | 88 commentspage 4
xenophonf 10 hours ago|
Every time I click in the window, the menu disappears. I tried both Firefox and Chrome.
rofko 2 hours ago|
Thanks for that report! It is hopefully fixed now.
zuzululu 7 hours ago||
this is crazy i didn't know css could do this
cynicalsecurity 8 hours ago||
If this is what CSS has become, it means at some point its development went the wrong way.
senfiaj 8 hours ago||
It still needs JS. It just avoids using canvas and does DOM manipulation + CSS instead.
Rohansi 8 hours ago||
The game logic here is running in JS. Only the rendering is handled by HTML and CSS. Is it really wrong that you can do this? All it requires is 3D transformation of elements.
buffer_overlord 11 hours ago||
is there no sound?
amarant 10 hours ago||
Is there a way to produce sound using CSS?
pwdisswordfishq 10 hours ago|||

    @media speech {
        body {
            cue-before: url(/path/to/sound.ogg);
        }
    }
https://www.w3.org/TR/CSS2/aural.html
Waterluvian 10 hours ago|||
Only screams.
circadian 10 hours ago||
Best. Comment. Ever
rofko 10 hours ago||
You should be able to enable sounds with the M shortcut or through the Options menu.
AndorinaAI 7 hours ago||
lol that's crazy. Good job.
ikari_pl 9 hours ago||
Wow, this will be a great project for the forever-upcoming VRML /s
formit34 7 hours ago||
[flagged]
GeorgeWoff25 7 hours ago|
chrome web store?
thenthenthen 10 hours ago|
Wow