From 5a9258f8597b96cff97445d7ec5e138f47030815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=A1l?= Date: Mon, 2 Jan 2023 12:17:27 +0100 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a1e731 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +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) + +## 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) + + +Feedback is welcome