pip3 install pygame
pip3 install pgzero
git clone git@github.com:the-real-finnventor/pygame-games.git
cd pygame-games
python3 coin.py
python3 shoot.py
python3 red.py
python3 quiz.py
echo alias coin-path="$PWD"/coin.py >> ~/.zprofile
echo alias coin="pgzrun coin-path" >> ~/.zprofile
echo alias shoot-path="$PWD"/shoot.py >> ~/.zprofile
echo alias shoot="pgzrun shoot-path" >> ~/.zprofile
echo alias red-path="$PWD"/red.py >> ~/.zprofile
echo alias red="pgzrun red-path" >> ~/.zprofile
Use arrow keys to move the fox. To collect coins touch them with the fox.
Click on the apple. (No points)
Click on the red star. There is 6 levels. See how fast you can beat them all.