From 10c75ef6bb13feda39a62f6e279240bb35780695 Mon Sep 17 00:00:00 2001 From: VladImpaler Date: Mon, 24 Apr 2023 17:23:18 -0600 Subject: [PATCH] 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 --- content/games/metroidvania.md | 6 ------ content/games/pacman.md | 6 ------ content/games/snake.md | 7 +++---- 3 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 content/games/metroidvania.md delete mode 100644 content/games/pacman.md 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 -- 2.25.1