Create README.md

This commit is contained in:
Martin Král 2023-01-02 12:17:27 +01:00 committed by GitHub
parent da45ac2eda
commit 5a9258f859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
README.md Normal file
View File

@ -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