streamlit-pygame-tutorial/ │ ├── 📄 app.py # Main website code (THE BRAIN!) ├── 📄 requirements.txt # List of tools we need ├── 📄 README.md ...
Pygameを使って制作したシューティングゲームです。 プレイヤーは魔女を操作して敵のUFOの爆弾を避けながらビームで攻撃します。 オブジェクト指向の学習を兼ねて、クラス設計や ...