ニュース

Pythonを使ったソフト開発に欠かせないのが「ライブラリー」です。Pythonには用途に応じて多くのライブラリーが用意されています。その中でゲーム作成に特化しているのが「PyGame」です。
Pygameを使ってシンプルな「キャッチゲーム」を作成します。このゲームでは、プレイヤーが落ちてくるオブジェクトをキャッチします。 ちなみにアイキャッチはヘビ(パイソン)です。特に意味はなく・・・ Pythonでゲームを作るメリット Pythonでゲームを作ると、プログラミングの基礎を楽しく ...
前提環境 Python 3, PyGameを使います. ミニマルなPongゲーム PyGame入門としてテニスの壁打ちのような、ミニマルなPongゲームを作ります. 画面左側のパドルを上下矢印キーで操作してボールを跳ね返します. ...
Code a Snake Game with Python and Pygame – Tutorial If you’re interested in developing a classic game like Snake, this course is perfect for you.
Python Space Invaders Game with Pygame or pygame-ce 🚀🕹️🐍 Explore the world of game development with this Python Space Invaders Game built using the Pygame library. 💻🎨🎧 This GitHub repository ...
Learn how to make a game in Python using the popular Pygame. You'll learn how to handle player inputs, draw graphics, and more.
About Python Tetris Game with pygame with a video tutorial explaining each line.
In this video I add on to the game we started creating in the first video of this series. I show you how to create boundaries so that your character cannot move off of the screen and then I show ...