From: VladImpaler Date: Mon, 24 Apr 2023 23:23:18 +0000 (-0600) Subject: Added the first example of html5 based game, snake shoot!, as well as the layout... X-Git-Url: https://git.josue.xyz/?p=salamandradevs.site%2F.git;a=commitdiff_plain;h=65f3c3f663ff0982b6b50c2c31388ef16a0c79c9 Added the first example of html5 based game, snake shoot!, as well as the layout, pending to get it markdown for every listed game in the future --- diff --git a/content/games/metroidvania.md b/content/games/metroidvania.md deleted file mode 100644 index 6bd9bf7..0000000 --- a/content/games/metroidvania.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: METROIDVANIA -description: Juego hecho colaborativamenteaslkdjfasdaasdfasdhfkajdshfkasjdhfkajsdhf ajd fkas dhfkja dhkfja sdhkfa ksdj fhakdsfkajds hfkasd ---- - -Juego de snake hecho por @VladImpaler64 \ No newline at end of file diff --git a/content/games/pacman.md b/content/games/pacman.md deleted file mode 100644 index 03acf2d..0000000 --- a/content/games/pacman.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: PACMAN -description: Juego hecho clásico de pacman, atrapa los fantasmas -image: images/games/pato.svg ---- -Juego de snake hecho por @VladImpaler64 \ No newline at end of file diff --git a/content/games/snake.md b/content/games/snake.md index d2dbe4a..d048246 100644 --- a/content/games/snake.md +++ b/content/games/snake.md @@ -1,6 +1,5 @@ --- title: SNAKE GAME -description: Juego hecho colaborativamente ---- - -Juego de snake hecho por @VladImpaler64 \ No newline at end of file +description: Juego de la viborita con disparos, hecho por @VladImpaler64 +image: /images/games/pato.svg +--- \ No newline at end of file diff --git a/content/games/snake/Explosion 69 (2).wav b/content/games/snake/Explosion 69 (2).wav new file mode 100644 index 0000000..2ec91aa Binary files /dev/null and b/content/games/snake/Explosion 69 (2).wav differ diff --git a/content/games/snake/Hit_hurt 176 (1).wav b/content/games/snake/Hit_hurt 176 (1).wav new file mode 100644 index 0000000..256b2a5 Binary files /dev/null and b/content/games/snake/Hit_hurt 176 (1).wav differ diff --git a/content/games/snake/Hit_hurt 192 (2).wav b/content/games/snake/Hit_hurt 192 (2).wav new file mode 100644 index 0000000..93cdc52 Binary files /dev/null and b/content/games/snake/Hit_hurt 192 (2).wav differ diff --git a/content/games/snake/Mouse.png b/content/games/snake/Mouse.png new file mode 100644 index 0000000..93154a3 Binary files /dev/null and b/content/games/snake/Mouse.png differ diff --git a/content/games/snake/Pickup_coin 10.wav b/content/games/snake/Pickup_coin 10.wav new file mode 100644 index 0000000..560e15a Binary files /dev/null and b/content/games/snake/Pickup_coin 10.wav differ diff --git a/content/games/snake/Skull.png b/content/games/snake/Skull.png new file mode 100644 index 0000000..f2f8751 Binary files /dev/null and b/content/games/snake/Skull.png differ diff --git a/content/games/snake/Slime.png b/content/games/snake/Slime.png new file mode 100644 index 0000000..df633b1 Binary files /dev/null and b/content/games/snake/Slime.png differ diff --git a/content/games/snake/Snake2.png b/content/games/snake/Snake2.png new file mode 100644 index 0000000..f279c4a Binary files /dev/null and b/content/games/snake/Snake2.png differ diff --git a/content/games/snake/disparo.png b/content/games/snake/disparo.png new file mode 100644 index 0000000..9959228 Binary files /dev/null and b/content/games/snake/disparo.png differ diff --git a/content/games/snake/foreground.png b/content/games/snake/foreground.png new file mode 100644 index 0000000..ee98e73 Binary files /dev/null and b/content/games/snake/foreground.png differ diff --git a/content/games/snake/gema.png b/content/games/snake/gema.png new file mode 100644 index 0000000..a997005 Binary files /dev/null and b/content/games/snake/gema.png differ diff --git a/content/games/snake/gema2.png b/content/games/snake/gema2.png new file mode 100644 index 0000000..010a777 Binary files /dev/null and b/content/games/snake/gema2.png differ diff --git a/content/games/snake/gema3.png b/content/games/snake/gema3.png new file mode 100644 index 0000000..7870490 Binary files /dev/null and b/content/games/snake/gema3.png differ diff --git a/content/games/snake/gema4.png b/content/games/snake/gema4.png new file mode 100644 index 0000000..ee6d566 Binary files /dev/null and b/content/games/snake/gema4.png differ diff --git a/content/games/snake/lifebar.png b/content/games/snake/lifebar.png new file mode 100644 index 0000000..e0e3080 Binary files /dev/null and b/content/games/snake/lifebar.png differ diff --git a/content/games/snake/map2.png b/content/games/snake/map2.png new file mode 100644 index 0000000..3fe8628 Binary files /dev/null and b/content/games/snake/map2.png differ diff --git a/themes/droda/layouts/games/single.html b/themes/droda/layouts/games/single.html new file mode 100644 index 0000000..9ab9acb --- /dev/null +++ b/themes/droda/layouts/games/single.html @@ -0,0 +1,1231 @@ + + + + + + + Snake Shoot! + + + + + + + + + + +
+
+
+
+
+ +
+ +
+
+
+ +
+
+ +
+ + + + \ No newline at end of file