malikhollins / HungerGamesSimulator

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

Refactor combat into a function outside of Simulation Service #2

Closed malikhollins closed 1 year ago

malikhollins commented 1 year ago

Acceptance Criteria: Tribute members can fight together in simple combat. To fight, you call a function and input a request, then wait for the request to finish to see the results.

malikhollins commented 1 year ago

Untitled

malikhollins commented 1 year ago

Done!