This is a project to make a game that is similar to Riot's Teamfight Tactics. The end goal will be a single player Auto battler (Game where you put characters on a board like chess but then they fight by themselves) that will revolve around the concept of creating a leader and making a party that helps your leader. For more current information on what is pitched please look at the Pitch.pdf
In order to run this program do the following:
- Download Unity Hub
- Once downloaded if its your first time go to Installs on the side bar and click install Editor in the top right
- Under official releases install the current Long term support version for 2022
- After go back to the projects tab and then click open and choose the AutoBattler folder you download from this repository. Since this is currently still being built in order to see what has been done click the play symbol at the top of the program when opening the Unity editor.
All the code made for this project will be stored in AutoBattler/Assets/Scripts
The main focus so far has been to get the stage playable. Current features are:
- a hex grid the is created on runtime.
- the ability to drag Capsules (Characters) and have them snap in place to the grid of selection table
- Reactive stage when putting Characters in place.
- A camera that changes position based on the middle of all the individual hexes.