git clone https://github.com/tutorials-4newbies/classes-revisited
cd classes-revisited
Windows
pyenv local //should return 3.12
poetry install
Invoke-Expression (poetry env activate)
Linux/MacOS
pyenv local //should return 3.12
poetry install
eval $(poetry env activate)
Using OOP in real life with pygame:
use the game folder with the different branches: games_v[1-4]