From 729a3ca8b6f17827b40e6484195a7c253289f23d Mon Sep 17 00:00:00 2001 From: NicolasSchkurko <164418807+NicolasSchkurko@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:11:48 -0300 Subject: [PATCH 1/4] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b480435..a4344ab 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Magos Vs. Slimes -UTN - Facultad Regional Buenos Aires - Materia Paradigmas de Programación +### UTN - Facultad Regional Buenos Aires - Materia Paradigmas de Programación ![portada](Cosas_juego/portada/title1.jpg) -Link al Trailer: https://youtu.be/0D9ru_qJyPM?si=un1xRSzEtPHEvkAe +### Trailer +[![Trailer](https://img.youtube.com/vi/un1xRSzEtPHEvkAe/0.jpg)]( https://youtu.be/0D9ru_qJyPM?si=un1xRSzEtPHEvkAe) Magos Vs Slimes es un videojuego de estrategia y defensa. El juego consiste en defender su la Base (Utopía de las Tierras de Nortfernand) de oleadas de diversos Slimes utilizando una variedad de Magos con poderes y funcionalidades únicas. Estos Magos deberán evitar que los Slimes lleguen a la base, en caso de que tres o más lo logren el juego finalizará y la humanidad perecerá. From ac9854f6fe33607048aa866e13362a0c65d3e0a4 Mon Sep 17 00:00:00 2001 From: NicolasSchkurko <164418807+NicolasSchkurko@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:16:16 -0300 Subject: [PATCH 2/4] Boton trailer README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4344ab..4356ad2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![portada](Cosas_juego/portada/title1.jpg) ### Trailer -[![Trailer](https://img.youtube.com/vi/un1xRSzEtPHEvkAe/0.jpg)]( https://youtu.be/0D9ru_qJyPM?si=un1xRSzEtPHEvkAe) +[![Trailer](https://ibb.co/HdmbB0f)](https://youtu.be/0D9ru_qJyPM?si=un1xRSzEtPHEvkAe) Magos Vs Slimes es un videojuego de estrategia y defensa. El juego consiste en defender su la Base (Utopía de las Tierras de Nortfernand) de oleadas de diversos Slimes utilizando una variedad de Magos con poderes y funcionalidades únicas. Estos Magos deberán evitar que los Slimes lleguen a la base, en caso de que tres o más lo logren el juego finalizará y la humanidad perecerá. From aa88c2b1bcb1bace11f4ee111160e6fb896a1b2a Mon Sep 17 00:00:00 2001 From: NicolasSchkurko <164418807+NicolasSchkurko@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:17:12 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4356ad2..53eabce 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![portada](Cosas_juego/portada/title1.jpg) ### Trailer -[![Trailer](https://ibb.co/HdmbB0f)](https://youtu.be/0D9ru_qJyPM?si=un1xRSzEtPHEvkAe) +[![Trailer](https://i.ibb.co/Dp3vzNH/TRAILER-12-4-2024.png)](https://youtu.be/0D9ru_qJyPM?si=un1xRSzEtPHEvkAe) Magos Vs Slimes es un videojuego de estrategia y defensa. El juego consiste en defender su la Base (Utopía de las Tierras de Nortfernand) de oleadas de diversos Slimes utilizando una variedad de Magos con poderes y funcionalidades únicas. Estos Magos deberán evitar que los Slimes lleguen a la base, en caso de que tres o más lo logren el juego finalizará y la humanidad perecerá. From 7e2c9d7d1603cf844a641c10090f9062d32fb3b7 Mon Sep 17 00:00:00 2001 From: NicolasSchkurko <164418807+NicolasSchkurko@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:31:59 -0300 Subject: [PATCH 4/4] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2ce84fb --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Paradigmas de Programación (UTN FRBA) - Jueves mañana + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.