LoginSignup
31

More than 5 years have passed since last update.

Pygameでゲーム作成

Last updated at Posted at 2014-06-19

PyCon2014でのチュートリアル

Richard Jones: Introduction to game programming - PyCon 2014 (Youtube)

Screen Shot 2014-06-19 at 9.45.47 AM.png

三時間弱でマリオ風アクションゲームを一から作成する。
pygameがインストールされているパソコンが必要。
スライドはここから、ソースコードはここから入手できる。

ライブラリ

  • KezMenu メニュー画面を簡単に作れる
  • lepton 爆発などのエフェクト作成(Particle effect)
  • cocos

ソフトウェア

  • Tiled タイルマップを作成できる。作成したタイルマップはtmx (xml)形式で保存できる。
  • sfxr 効果音作成ツール。cfxrというMacバージョンがある。
  • pyxeledit ピクセルエディタ(商用)

パッケージング

Windows OS X Android
py2exe x
py2app x
pyInstaller x x
Pygame Subset 4 Android x
Kivy / python-for-android x

参考

http://inventwithpython.com Pythonゲームプログラミングの入門書がフリーで読める

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
31