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 ...
本記事では、オセロゲームを開発するにあたり、必要なライブラリの概要とインストールの仕方、著者(Fumi)の開発環境に関して書いています。 Pygameは、SDL(Simple DirectMedia Layer)をPythonで使用できるようにパックしたライブラリです。SDLとは、OpenGLやDirect3Dを ...
Hello, this is y-tetsu. Thank you for reading. Last time, I checked the location of the official documentation. I would like to dig into Pygame, albeit slowly. As a next step, I could start making ...