From 9634d10d4ffae1dc1f1769f11a17ab5760a30987 Mon Sep 17 00:00:00 2001 From: VladImpaler Date: Fri, 21 Apr 2023 13:46:44 -0600 Subject: [PATCH] =?utf8?q?Actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- content/games/_index.md | 3 + content/games/metroidvania.md | 6 + content/games/pacman.md | 6 + content/games/snake.md | 6 + static/images/games/pato.svg | 332 ++++++++++++++++++++++++++++++++++ 5 files changed, 353 insertions(+) create mode 100644 content/games/_index.md create mode 100644 content/games/metroidvania.md create mode 100644 content/games/pacman.md create mode 100644 content/games/snake.md create mode 100644 static/images/games/pato.svg diff --git a/content/games/_index.md b/content/games/_index.md new file mode 100644 index 0000000..133ad46 --- /dev/null +++ b/content/games/_index.md @@ -0,0 +1,3 @@ +--- +title: Juegos +--- diff --git a/content/games/metroidvania.md b/content/games/metroidvania.md new file mode 100644 index 0000000..6bd9bf7 --- /dev/null +++ b/content/games/metroidvania.md @@ -0,0 +1,6 @@ +--- +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 new file mode 100644 index 0000000..03acf2d --- /dev/null +++ b/content/games/pacman.md @@ -0,0 +1,6 @@ +--- +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 new file mode 100644 index 0000000..d2dbe4a --- /dev/null +++ b/content/games/snake.md @@ -0,0 +1,6 @@ +--- +title: SNAKE GAME +description: Juego hecho colaborativamente +--- + +Juego de snake hecho por @VladImpaler64 \ No newline at end of file diff --git a/static/images/games/pato.svg b/static/images/games/pato.svg new file mode 100644 index 0000000..bf2a5da --- /dev/null +++ b/static/images/games/pato.svg @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.25.1