Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish CoopMission gamemode #28

Open
2 of 6 tasks
guerro323 opened this issue May 14, 2021 · 0 comments
Open
2 of 6 tasks

Finish CoopMission gamemode #28

guerro323 opened this issue May 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request game-gameplay About the game gameplay

Comments

@guerro323
Copy link
Collaborator

guerro323 commented May 14, 2021

Game

  • Create a component that indicate the state of the protagonist team
  • Correctly share the current map information to the client (but this is more the role of the scenar)

Client

  • Create UI Sequences for this gamemode
    • Start (3, 2, 1, GO)
    • End Section (Victory! Defeat! Returning to Headquarters!)
    • End Details Screen (loots, units lvl increase, ...)

Notes

Protagonist state component

// Are the protagonists still able to continue playing?
// The scenar will be the ultimate decider, but the gamemode should be able to tell the information by
// adding this component to the protagonist Team entity.
//
// Reasons that it can't continue:
// 	In Solo:
//			- Hatapon is eliminated
//			- All units are eliminated (except Hatapon)
//		In Multi:
//			- All uberheroes are eliminated
public struct ProtagonistTeamIsEliminatedTag : IComponentData 
{
}
@guerro323 guerro323 added enhancement New feature or request game-gameplay About the game gameplay labels May 14, 2021
@guerro323 guerro323 self-assigned this May 14, 2021
@guerro323 guerro323 added this to To do in Next Build (Barracks) via automation May 14, 2021
@guerro323 guerro323 moved this from To do to In progress in Next Build (Barracks) Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request game-gameplay About the game gameplay
Projects
Development

No branches or pull requests

1 participant