Logs
0%
0 Open
0 Closed
Updated 2025-07-24 19:41:19 +02:00
No due date

logs are never a bad idea,
we can track the logs somethere on /var/log/battleroyale/
we can use the module "logging"
@Cryz

Player
0%
0 Open
0 Closed
Updated 2025-07-25 11:13:29 +02:00
No due date

Define all the methods of a Player

Player properties:

  • health
  • inventory
  • max inventory capacity
  • punch damage
  • wounds
  • infections
  • agility (probability to avoid a damage)
  • Gender

Player Actions:

  • attack
  • dodge an attack
  • equip a weapon (implemented during attack)
  • get an item
  • use an item

Note: maybe we can replace wounds and infection with a "debuff"