ニュース

Pythonを使ったソフト開発に欠かせないのが「ライブラリー」です。Pythonには用途に応じて多くのライブラリーが用意されています。その中でゲーム作成に特化しているのが「PyGame」です。
This tutorial will guide you through the creation of a simple online multiplayer game using Python, Pygame, and WebSockets. The game allows multiple players to connect to a server, move around the ...
今回はちょっと実用処理から離れてPythonでゲームを作ってみよう。Pythonにはさまざまなライブラリが用意されており、その中にはゲーム開発に ...
・Piskelでドット絵を作成(おっさん) ・Python環境構築 → Pygame導入 ・キャラ表示・左右移動・歩くアニメーション ・ジャンプ機能追加 ・表示サイズ調整で見やすく! 今までで一番 「作ってる感&ワクワク感」 があった1日でした! 明日は… アイテム、地面や背景 ...
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 ...