Differences between revisions 24 and 25
Deletions are marked like this. | Additions are marked like this. |
Line 55: | Line 55: |
[http://www.halb-katze.jp/ Pygameでゲームを作ろう] |
概要
URL
インストール
SDLをインストールしておく。
tar xvfz pygame.tar.gz cd pygame sudo python configu.py sudo python setup.py install
設定
利用方法
とりあえず動作させてみる場合
Mac OS Xではpythonwを利用して起動する必要があります。
import pygame from pygame.locals import * import pygame.display pygame.init() pygame.display.init() info = pygame.display.Info() print info
画面も何もでない例だとインパクトないな。。
実際に利用して作成されているゲーム
pydance - play Dance Dance Revolution in Linux, BSD, MacOS X, BeOS, and Windows
関連ライブラリ
http://savannah.nongnu.org/projects/pygsear/
チュートリアル
sjbrown's Guide To Writing Games
移植したらおもしろそうなやつ
http://yaneurao.zive.net/yaneSDK4D/sample7.zip
参考サイト
pygame and tutorial:公式チュートリアルの読む順番に関するアドバイス
http://kumiki.c.u-tokyo.ac.jp/~ichiyama/mt/archives/000027.html
GameDev.net - How To Build a Game In A Week From Scratch With No Budget:Pythonを利用して40時間でGameを作成する