Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. It uses the Simple DirectMedia Layer library and several other ...
この水道管ゲームを,pythonライブラリのPygameを使ってプログラミングしていきます。 始めに,任意のフォルダにmain.pyファイルを作成して, 以下をコーディングすることでスクリーンを描画します.(実行結果1) import pygame # 先にターミナルでpip install pygame ...