malikhollins / HungerGamesSimulator

A hunger games simulator built using the .net blazor framework
0 stars 1 forks source link

IActor/Simulation Service - Adding memory into Actor behavior #26

Closed malikhollins closed 11 months ago

malikhollins commented 11 months ago

Actors don't remember anything. They'll join a party with someone who attacked them. Try to find a way to implement a type of memory into the actors.

Acceptance criteria: Actors don't join parties with someone who attack them recently. They won't join a party who they dispended with.

malikhollins commented 11 months ago

I would recommend maybe creating a different interface for actors with memory or research if we have the opportunity to have this behavior.

malikhollins commented 11 months ago

I'd like to have a conversation about this before its implemented

malikhollins commented 11 months ago

Create a TributeMemory class which you can use to add other tributes id to which can be used when making decisions.