Remix.run Logo
CSSQuake(cssquake.com)
184 points by msalsas 4 hours ago | 36 comments
jdw64 4 minutes ago | parent | next [-]

I wish I could use CSS this well too

jojogeo 44 minutes ago | parent | prev | next [-]

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/

AzzieElbab 2 hours ago | parent | prev | next [-]

Awesome! Harder to exit than vim.

deskamess an hour ago | parent [-]

how did you exit? because nothing seems to be working.

ChrisClark 19 minutes ago | parent | next [-]

I pressed escape, then just closed the tab

axus 19 minutes ago | parent | prev | next [-]

I pressed Esc key, click quit. And then closed the browser tab.

calgoo an hour ago | parent | prev [-]

Back button worked for me

remix2000 2 hours ago | parent | prev | next [-]

It seems like this CSS Quake needs JS to run…

iandanforth 13 minutes ago | parent | prev | next [-]

Crazy, such memories. Thanks!

divan 2 hours ago | parent | prev | next [-]

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. :)

Snoopfrogg 18 minutes ago | parent | prev | next [-]

This is dope.

sgt 2 hours ago | parent | prev | next [-]

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?

freakynit an hour ago | parent [-]

.dog { display: float; }

skvmb 11 minutes ago | parent [-]

You win! I laughed way too hard at this. Boss man is now giving me the side eye.

gpderetta 2 hours ago | parent | prev | next [-]

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.

ChrisArchitect an hour ago | parent | prev | next [-]

Show HN: from the dev (who's also in here, maybe a title update) https://news.ycombinator.com/item?id=48571117

edwinjm 2 hours ago | parent | prev | next [-]

Is this a rip from https://github.com/NielsLeenheer/cssDOOM

OuterVale 2 hours ago | parent | next [-]

Separate projects. Niels Leenheer who made CSS Doom has seen Agustin Capeletto's CSS Quake.

https://bsky.app/profile/html5test.com/post/3mok5febchs2g

degamad 2 hours ago | parent | prev [-]

The source appears to be <https://github.com/LayoutitStudio/cssQuake>

cynicalsecurity 19 minutes ago | parent | prev | next [-]

If this is what CSS has become, it means at some point its development went the wrong way.

Rohansi 14 minutes ago | parent | next [-]

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.

senfiaj 14 minutes ago | parent | prev [-]

It still needs JS. It just avoids using canvas and does DOM manipulation + CSS instead.

stoobs 2 hours ago | parent | prev | next [-]

Seems like you get stuck on corners and it really doesn't like running up/down slopes, neat though.

criley2 2 hours ago | parent | prev | next [-]

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

alexb_ an hour ago | parent | prev | next [-]

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.

ekaryotic 7 minutes ago | parent [-]

have to shoot the elevator buttons in this, in the original you could move into them.

xenophonf 2 hours ago | parent | prev | next [-]

Every time I click in the window, the menu disappears. I tried both Firefox and Chrome.

kiyeonjeon 2 hours ago | parent | prev | next [-]

how long does it take to develop this game?

ikari_pl an hour ago | parent | prev | next [-]

Wow, this will be a great project for the forever-upcoming VRML /s

buffer_overlord 4 hours ago | parent | prev | next [-]

is there no sound?

amarant 3 hours ago | parent | next [-]

Is there a way to produce sound using CSS?

Waterluvian 2 hours ago | parent | next [-]

Only screams.

circadian 2 hours ago | parent [-]

Best. Comment. Ever

pwdisswordfishq 2 hours ago | parent | prev [-]

    @media speech {
        body {
            cue-before: url(/path/to/sound.ogg);
        }
    }
https://www.w3.org/TR/CSS2/aural.html
rofko 3 hours ago | parent | prev [-]

You should be able to enable sounds with the M shortcut or through the Options menu.

thenthenthen 3 hours ago | parent | prev [-]

Wow