You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 💡 **Novità!** Il game11 introduce concetti di **Data Science**e **AI/ML** usando Polars per gestire dati tabulari (incantesimi) e creare un'intelligenza artificiale per Voldemort!
55
+
> 💡 I giochi **game11**, **game12** e **game13** introducono concetti di **Data Science**con Polars: raccolta dati in-game, analisi statistica, scoring e dashboard interattive con Streamlit.
52
56
53
57
---
54
58
@@ -77,8 +81,11 @@ python --version
77
81
# Installa PyGame Zero
78
82
pip install pgzero
79
83
80
-
# Per il game11 (Battaglia Harry vs Voldemort)
84
+
# Per il game11 (Battaglia Harry vs Voldemort) e game12 (Space Data Commander)
81
85
pip install polars
86
+
87
+
# Per il game13 (Quizzone + Dashboard)
88
+
pip install polars streamlit
82
89
```
83
90
84
91
### Clona il Repository
@@ -111,6 +118,19 @@ LearningPythonWithGames/
111
118
│ ├── harry_voldemort.py
112
119
│ ├── spells.csv # Database incantesimi
113
120
│ └── images/ # Sprite e sfondi
121
+
├── game12/ # Space Data Commander (Polars + esplorazione)
122
+
│ ├── space_data_commander.py
123
+
│ └── planets_data.csv # Generato durante il gioco
0 commit comments