malikhollins / HungerGamesSimulator

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

Tributes need to be able to make decisions according to dice rolls. #17

Closed malikhollins closed 1 year ago

malikhollins commented 1 year ago

We cannot really implement anything until we have a way for individual tributes to make decisions for the client to then handle. A simple state machine will do, or we can do something more advanced.