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

Implement components #1685

Open
5 of 39 tasks
heinezen opened this issue Aug 25, 2024 · 0 comments
Open
5 of 39 tasks

Implement components #1685

heinezen opened this issue Aug 25, 2024 · 0 comments
Labels
area: simulation Involved in the game mechanics and simulation big stuff High-impact changes, mainly foundation work lang: c++ Done in C++ code nice new thing ☺ A new feature that was not there before overview Overview of a collection of tasks

Comments

@heinezen
Copy link
Member

heinezen commented Aug 25, 2024

Overview of the necessary gameplay components that we need to implement:

  • Idle
  • Move
  • Turn
  • Live
  • Selectable
  • ComponentState (state changes)
  • Stance
  • RallyPoint
  • ProductionQueue
  • CollectStorage
  • RemoveStorage
  • TransferStorage
  • EnterContainer
  • ExitContainer
  • SendBackToTask
  • EntityStorage
  • ResourceStorage
  • HarvestStorage
  • Create
  • Research
  • TradePost
  • Trade
  • ResourceExchange
  • Formation
  • Named
  • RegenerateAttribute
  • LineOfSight
  • Resistance
  • Hitbox
  • Collision
  • Cloak
  • DetectCloak
  • Herdable
  • Despawn
  • Stop
  • ApplyDiscreteEffect + Ranged
  • ApplyContinuousEffect + Ranged
  • ShootProjectile
  • Projectile
@heinezen heinezen added nice new thing ☺ A new feature that was not there before lang: c++ Done in C++ code area: simulation Involved in the game mechanics and simulation big stuff High-impact changes, mainly foundation work overview Overview of a collection of tasks labels Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: simulation Involved in the game mechanics and simulation big stuff High-impact changes, mainly foundation work lang: c++ Done in C++ code nice new thing ☺ A new feature that was not there before overview Overview of a collection of tasks
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant