Create a `player` module containing everything related to the player: - paddle - points - lives - etc. It would make the code more organised and easier to navigate and document.
Create a
playermodule containing everything related to the player:It would make the code more organised and easier to navigate and document.