diff --git a/README.md b/README.md index d2290d4..fd09020 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ A Minecraft clone made with pure HTML & CSS – no JavaScript. -Play the game: [benjaminaster.com/css-minecraft](https://benjaminaster.com/css-minecraft/) +Play the game: [CSS_Minecraft](https://anphuoc2410.github.io/CSS-Minecraft/) -![screenshot of CSS Minecraft](./assets/screenshot.png) +![screenshot of CSS Minecraft](./assets/Screenshot.png) diff --git a/assets/brick.png b/assets/brick.png new file mode 100644 index 0000000..9334e77 Binary files /dev/null and b/assets/brick.png differ diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..74de9be Binary files /dev/null and b/assets/logo.png differ diff --git a/assets/screenshot.png b/assets/screenshot.png index 3dde3ba..623c340 100644 Binary files a/assets/screenshot.png and b/assets/screenshot.png differ diff --git a/icons.css b/icons.css index 63f9914..c6904ca 100644 --- a/icons.css +++ b/icons.css @@ -1,5 +1,4 @@ -/* See https://benjaminaster.com/icons/ */ :where([class^="icon:"], [class*=" icon:"]) { &::before { diff --git a/index.html b/index.html index 7810161..b5687e1 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + CSS Minecraft - + @@ -15,12 +15,13 @@ +

CSS Minecraft

There is no JavaScript on this page. All the logic is made 100% with pure HTML & CSS. For the best performance, please close other tabs and running programs.
-View on GitHub, CodePen, benjaminaster.com

+View on GitHub

⚠︎ Your browser does not support the CSS :has() pseudo-class, which is needed for this site to work. Please update it: Chromium version ≥ 105, Safari version ≥ 15.4 or Firefox version ≥ 121 is required.

@@ -34,6 +35,8 @@

CSS Minecraft