OLD REPO - NO LONGER UPDATED
#Tiny Blades
Tiny Blades is mini combat game with cute (but deadly) warriors.
The game uses Mirror networking and features a server-authoritative player controller along with proper audio, health and animations syncronizations. This game is not based on a template and was developed from the ground up by me. I made use of some assets for visuals as I am not the greatest artist. All assets present are available for free on the Asset Store.
This project also contains a NetworkManager which uses Epic Games Online Services to run. It can be found in Prefabs -> Network -> NetworkEOS. It is based off of EpicOnlineTransport available here: https://github.com/FakeByte/EpicOnlineTransport
I have opted for a Raycast based collision detection as opposed to a Physics based system as it can be quite heavy and unreliable in a networked enviroment.
This project will grow as I understand more about Networking as I am still quite new to this. I plan to introduce multiple Epic Games Services to this project.

