Blog Post 1 - Ethan Shiota
Completed: UI I made the Main Menu and Character selector ( https://trello.com/c/idNSoqyo/3-ui) (Main Menu) (Character Select with temp image for the second button) Backend and Class Structure I set up all the class structure which allows us to add ability's and make changes to the characters and game more easy. This lets the menu work and the character select to set the players stats and ability's It uses a inheritance structure where there is a character base class and the specific character classes override the default abilities. I also did this with the PlayerScript which lets us change what the script does while handling inputs in a different script. (https://trello.com/c/e8ULBdMj/4-class-for-chars) I also helped ben with coding the player and characters. Next Week: Will be adding UI and character development also making arenas ...