A Minecraft clone made with pure HTML & CSS – no JavaScript.

  • falseprophet@fedia.ioOPM
    link
    fedilink
    arrow-up
    1
    ·
    19 days ago

    I do not think they are overloaded, I think people are creative and make games with them despite their limitations. HTML and CSS are definitely not programing languages. But if someone is creative they can create a game without programming.

    • Solumbran@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      18 days ago

      CSS is, if I’m not mistaken, turing complete which makes it a programming language (not by design obviously).

      My point is, using only HTML and CSS you shouldn’t be able to have more than a static web page, and the fact that you can do much more is what leads to the internet being so overly slow and bloated.

      • falseprophet@fedia.ioOPM
        link
        fedilink
        arrow-up
        1
        ·
        18 days ago

        CSS is not on it’s own Turing complete from what I understand, it needs HTML and user input. So no it is not a programming language.

        If Html and CSS would create only a static website, we would be much more limited in web design. That is not necessary a bad thing because yes I agree web pages can be bloated and slow. But I also think it is because of bad web design practices and not CSS fault.