CSSQuake
150 points by msalsas 4 hours ago | 26 comments
AzzieElbab 2 hours ago
Awesome! Harder to exit than vim.
replydeskamess 27 minutes ago
how did you exit? because nothing seems to be working.
replycalgoo 17 minutes ago
Back button worked for me
replyjojogeo 14 minutes ago
This is the first thing I've seen on the intertubes for a /long/ time which genuinely makes me smile, thank you op.
replyChecked out https://cssdoom.wtf/ and loved it too, both are far lighter than current affairs. \o/
divan 2 hours ago
As someone who passionately and ardiently hates prolifiration of this set of _hacks on top of hacks_ called CSS (and CSS/JS/HTML aka Web-stack), I must say this is good and valid use case for CSS. :)
replysgt 2 hours ago
Very cool. I wonder what the limitations are? I see the dog I shot is floating in the air. Is that maybe a CSS thing or is it fixable?
replygpderetta 2 hours ago
Nice, but the view keeps clipping out to far ahead of the map (but the character seems to still be in its original position as I can die from monsters). It snaps back in place when I shoot.
replyedit: both on chromium and firefox, desktop linux.
edwinjm 2 hours ago
Is this a rip from
https://github.com/NielsLeenheer/cssDOOM
replystoobs 2 hours ago
Seems like you get stuck on corners and it really doesn't like running up/down slopes, neat though.
replyChrisArchitect 39 minutes ago
Show HN: from the dev (who's also in here, maybe a title update) https://news.ycombinator.com/item?id=48571117
replyalexb_ 27 minutes ago
Doesn't work at all for me. I keep jumping around and clipping through objects, can't even leave the first room without being stuck in the doorway to the elevator.
replycriley2 2 hours ago
Really cool experiment. A lot of jank. It would sometimes rubber band me back, movement was grid aligned in a way that made accessing the secret room challenging, and the whole tab unexpectedly crashed with no error. 5 star would play again
replyxenophonf 2 hours ago
Every time I click in the window, the menu disappears. I tried both Firefox and Chrome.
replybuffer_overlord 4 hours ago
is there no sound?
replyamarant 3 hours ago
Is there a way to produce sound using CSS?
replypwdisswordfishq 2 hours ago
@media speech {
body {
cue-before: url(/path/to/sound.ogg);
}
}
https://www.w3.org/TR/CSS2/aural.html