MikeAmputer / orcs-have-issues

A multiplayer text RPG with a github-issues-based UI and backend
9 stars 0 forks source link

Alpha Test Server #14

Open MikeAmputer opened 1 week ago

MikeAmputer commented 1 week ago

Leaderboard

  1. AnastasiaZaiceva - 167 EXP
  2. MikeAmputer - 137 EXP
  3. Jackeasyman - 53 EXP
  4. d-kuchin - 12 EXP

Fortresses

  1. Southern Fortress - Humans +15 HP -10% Costs
  2. Northern Fortress - Orcs +1 ATK -10% Costs
  3. Western Fortress - Orcs +1 DEF -10% Costs

Logs

Processed at: `09/19/2024 00:34:49 +00:00` Siege of Southern Fortress, held by Orcs, begins Orcs: `1` players with reinforcement of `0` mercenaries (`1` siege contribution points) Humans: `1` players with reinforcement of `0` mercenaries (`1` siege contribution points) Southern Fortress has been captured by the Humans Siege of Northern Fortress, held by Orcs, begins Orcs: `2` players with reinforcement of `1` mercenaries (`2` siege contribution points) Humans: `2` players with reinforcement of `0` mercenaries (`1` siege contribution points) Northern Fortress still belongs to Orcs Siege of Western Fortress, held by Humans, begins Orcs: `1` players with reinforcement of `0` mercenaries (`0` siege contribution points) Humans: `1` players with reinforcement of `0` mercenaries (`1` siege contribution points) Western Fortress has been captured by the Orcs

DTO

```json {"FortressHolders":{"South":1,"North":2,"West":2},"Leaderboard":[{"Login":"AnastasiaZaiceva","IssueNumber":18,"Exp":167},{"Login":"MikeAmputer","IssueNumber":15,"Exp":137},{"Login":"Jackeasyman","IssueNumber":20,"Exp":53},{"Login":"d-kuchin","IssueNumber":21,"Exp":12}],"Statistics":{"CyclesSimulated":12},"LastCycleSimulation":"2024-09-19T00:34:55.9316974Z"} ```