Cloning brasfoot in Python with Hexagonal Architecture
- Manager = tecnico (nós)
- Defensor = zagueiro
- Midfield = meio de campo
- Attacker = atacante
- Goalkeeper = goleiro
-
- Define team who starts with the ball
-
- Choose a random Midfield to start with the ball
-
- Player pass ball order:
- Goalkeeper -> Defensor || shoot to middle/Attacker
- Defensor -> Midfield
- Midfield -> Attacker
- Attacker -> Shoot to the goal
-
- Pass/Shoot Intercepts:
- Midfield intercept pass Midfield
- Defensor intercept shoot Attacker
- Attacker intercept pass Defensor
- Goalkeeper defends shoot Attacker
-
- Addictional points of players (max points: 30):
- pass_points (All)
- shoot_points (Attacker)
- defense_goal_points (Goalkeeper)
- intercept_pass (Defensor, Midfield, Attacker)
sh run.sh
sh tests.sh