Simulation of Soccer Drills based on Pharo's OpenPonk Modeling Platform.
# SoccerDrills-Pharo
Simulation of Soccer Drills based on Pharo's [OpenPonk Modeling Platform](https://github.com/OpenPonk/openponk).
## Load the Soccer Drills Repository
You can load the Soccer Drills Repository into a fresh Pharo image (version 12 or newer) with:
```smalltalk
Metacello new
baseline: 'SoccerDrills';
repository: 'github://Driolar/SoccerDrills-Pharo:master/src';
load
```
## Start the Soccer Drills Workbench
Start the Soccer Drills Workbench either
- sending a `SDSoccerDrillExamples` class side message or
- using the menu command `Soccer Drills` in the world menu.
This is the workbench's appearance:
<img width="1530" height="814" alt="image" src="https://github.com/user-attachments/assets/89b20b42-00d3-4ce9-8419-1419f8e0cc10" />
There is some [user documentation](https://github.com/Driolar/SoccerDrills-Pharo/tree/master/doc) written for you.