From b522bd900bd8c56aed5fde2412d5642f34ba387b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=A1l?= Date: Thu, 5 Jan 2023 09:17:17 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d490926..6b5d6f5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Open sourced with the courtesy of [Y8.com](https://www.y8.com) # Slash The Hordes -#### A rouglike game, heavily inspired by [Vampire Survivors](https://poncle.itch.io/vampire-survivors) +#### A rouglite game, heavily inspired by [Vampire Survivors](https://poncle.itch.io/vampire-survivors) ## Useful(?) bits: - [Modal window system](https://github.com/MartinKral/SlashTheHordes/tree/master/assets/Scripts/Services/ModalWindowSystem) ([Example usage](https://github.com/MartinKral/SlashTheHordes/blob/master/assets/Scripts/Game/ModalWIndows/ChestModalWindow.ts)) From 75467e7cc1bd52b3a191473ab7d5e99662556b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=A1l?= Date: Thu, 5 Jan 2023 09:26:27 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b5d6f5..2f399ea 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Open sourced with the courtesy of [Y8.com](https://www.y8.com) # Slash The Hordes #### A rouglite game, heavily inspired by [Vampire Survivors](https://poncle.itch.io/vampire-survivors) + +### [Play Slash the Hordes on Y8](https://www.y8.com/games/slash_the_hordes) + + ## Useful(?) bits: - [Modal window system](https://github.com/MartinKral/SlashTheHordes/tree/master/assets/Scripts/Services/ModalWindowSystem) ([Example usage](https://github.com/MartinKral/SlashTheHordes/blob/master/assets/Scripts/Game/ModalWIndows/ChestModalWindow.ts)) - [Event System](https://github.com/MartinKral/SlashTheHordes/tree/master/assets/Scripts/Services/EventSystem)