Football

Description

Roassal3 soccer/futbol/football demo

Details

Source
GitHub
License
MIT
Stars
2
Forks
2
Created
May 6, 2022
Updated
May 16, 2024

Categories

UI / Graphics

README excerpt

# Football

Roassal3 soccer/futbol/football demo.

Works on Pharo 11 and Pharo 12. It probably works also on Pharo 10 but we didn't test it.

## Installation
 
Use the following incantation on your pharo image

```st
EpMonitor disableDuring: [ 
	Metacello new
		baseline: 'Football';
		repository: 'github://akevalion/Football';
		onConflictUseIncoming;
		load ].
```

## Video
https://youtu.be/LOn9jVGa83c

## Links
- https://data.world/data-society/european-soccer-data

- https://towardsdatascience.com/analysing-passing-in-the-top-five-european-domestic-leagues-907f18231a20

- https://www.kaggle.com/code/nappon/the-fans-stay-loyal-the-players-move-on

- https://github.com/woobe/footballytics/blob/master/data/notes.txt
← Back to results