Perpustakaan Python untuk Pengembangan Game

python3 -m pip install pygame <<<(mac)>>>
or
python -m pip install pygame <<<(windows)>>>
or
sudo apt install python3-pygame <<<(ubuntu)>
Mohammed Albaqer