AzzieElbab
2 hours ago
Awesome! Harder to exit than vim.
2 hours ago
Awesome! Harder to exit than vim.
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.
Checked out https://cssdoom.wtf/ and loved it too, both are far lighter than current affairs. \o/
2 hours ago
It seems like this CSS Quake needs JS to run…
an hour 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. :)
an hour 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?
42 minutes ago
.dog { display: float; }
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.
edit: both on chromium and firefox, desktop linux.
2 hours ago
Is this a rip from https://github.com/NielsLeenheer/cssDOOM
an hour ago
Separate projects. Niels Leenheer who made CSS Doom has seen Agustin Capeletto's CSS Quake.
2 hours ago
The source appears to be <https://github.com/LayoutitStudio/cssQuake>
2 hours ago
Seems like you get stuck on corners and it really doesn't like running up/down slopes, neat though.
39 minutes ago
Show HN: from the dev (who's also in here, maybe a title update) https://news.ycombinator.com/item?id=48571117
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
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.
2 hours ago
Every time I click in the window, the menu disappears. I tried both Firefox and Chrome.
an hour ago
how long does it take to develop this game?
an hour ago
Wow, this will be a great project for the forever-upcoming VRML /s
3 hours ago
is there no sound?
2 hours ago
Is there a way to produce sound using CSS?
2 hours ago
Only screams.
2 hours ago
Best. Comment. Ever
2 hours ago
@media speech {
body {
cue-before: url(/path/to/sound.ogg);
}
}
https://www.w3.org/TR/CSS2/aural.html2 hours ago
You should be able to enable sounds with the M shortcut or through the Options menu.
2 hours ago
Wow