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」の使い方が、何となーく分かってる人向けの説明文です。 未来の自分用のメモとしても書いていますが、もし同じところで困った方のお役に立てば幸いです。 この部分は自分の使い ...
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 ...
自分が押したキーが「K_ENTER」なのか「K_RETURN」なのか、分からない!! と苦戦したのでメモを残します。 また、「Pygame」では反応してくれないキーも一部調べられます。 自分が押したキーが「K_??」のどれに該当するのか分かれば、あとはif event.key ...