#pragma section-numbers off [[TableOfContents]] = 概要 = = URL = http://pygame.org/ = インストール = ["SDL"]をインストールしておく。 {{{ tar xvfz pygame.tar.gz cd pygame sudo python configu.py sudo python setup.py install }}} = 設定 = = 利用方法 = = 実際に利用して作成されているゲーム = http://www.shibu.jp/genshijin2 [http://icculus.org/pyddr/ pydance - play Dance Dance Revolution in Linux, BSD, MacOS X, BeOS, and Windows] = 関連ライブラリ = http://savannah.nongnu.org/projects/pygsear/ = 参考サイト = http://sjbrown.ezide.com/writing-games.html [http://www.unixuser.org/~euske/doc/pygame/ 新山さんのpygame文書翻訳] [http://www.gembook.jp/tsum/page.pys?wiki=PyGame PyGame - ウヰキエリア] http://kumiki.c.u-tokyo.ac.jp/~ichiyama/mt/archives/000027.html [http://kumiki.c.u-tokyo.ac.jp/~ichiyama/mt/archives/000057.html love unstable: PyGameでOpenGL] ---- CategoryPrograming CategoryPython