qingfeng@me.com




2009   9   19
Game



2009   9   19
2009   9   19
http://www.pygame.org/




2009   9   19
Game Show!



2009   9   19
” ”



2009   9   19
Java   =



2009   9   19
2009   9   19
Python



2009   9   19
class Hero(object):
                       pass




2009   9   19
hero = Hero()
                hero.hp = 300
                hero.mp = 50




2009   9   19
class Hero(object):
                   def __init__(self):
                      self.hp = 200

                    hero = Hero()
                     print hero.hp




2009   9   19
class Hero(object):
                   def move(self,x,y):
                      print x,y
                      return x,y




2009   9   19
Python



2009   9   19
str



2009   9   19
str(10)



2009   9   19
str(hero)



2009   9   19
class Hero(object):
                   def __str__(self):
                      return “Hi, i am a hero”
                hero = Hero()
                print str(hero)




2009   9   19
2009   9   19
2009   9   19
2009   9   19
2009   9   19
Diablo



2009   9   19
2009   9   19
Pygame



2009   9   19
http://code.google.com/p/herostory/




2009   9   19

More Related Content

PDF
Currying in Swift
PDF
メディアアートにおけるプログラミング言語Rubyの役割
PPT
Artdm170 Week10 Arrays Math
PDF
Py lecture5 python plots
PDF
Cryptocurrency ecosystem(together society)
PDF
第二讲
PDF
第5讲
PDF
Python交流
Currying in Swift
メディアアートにおけるプログラミング言語Rubyの役割
Artdm170 Week10 Arrays Math
Py lecture5 python plots
Cryptocurrency ecosystem(together society)
第二讲
第5讲
Python交流

Similar to 第四讲 (20)

PPTX
Sam python pro_points_slide
PDF
Python introduction
ODP
Programming Under Linux In Python
PDF
Object-Oriented Python 1st Edition Irv Kalb
PPT
Python for Engineers and Architects Stud
ODP
An Intro to Python in 30 minutes
PPTX
Overview of Python - Bsides Detroit 2012
PPT
ENGLISH PYTHON.ppt
ODP
Hands on Session on Python
PPT
Kavitha_python.ppt
PDF
Programming with Python - Adv.
PDF
PYTHONOr else the work is fine only. Lot to learn buddy.... Improve your basi...
PDF
8799.pdfOr else the work is fine only. Lot to learn buddy.... Improve your ba...
PDF
Or else the work is fine only. Lot to learn buddy.... Improve your basics in ...
PPTX
Python programming language presentation
PPT
Introduction to Python deep knowledge in it
PPT
Brief History of Python by Learning Python in three hours
PPT
This presentation about python programming language.
PPT
python introduction to user friendly.ppt
PPT
python Basics of Python And Its features
Sam python pro_points_slide
Python introduction
Programming Under Linux In Python
Object-Oriented Python 1st Edition Irv Kalb
Python for Engineers and Architects Stud
An Intro to Python in 30 minutes
Overview of Python - Bsides Detroit 2012
ENGLISH PYTHON.ppt
Hands on Session on Python
Kavitha_python.ppt
Programming with Python - Adv.
PYTHONOr else the work is fine only. Lot to learn buddy.... Improve your basi...
8799.pdfOr else the work is fine only. Lot to learn buddy.... Improve your ba...
Or else the work is fine only. Lot to learn buddy.... Improve your basics in ...
Python programming language presentation
Introduction to Python deep knowledge in it
Brief History of Python by Learning Python in three hours
This presentation about python programming language.
python introduction to user friendly.ppt
python Basics of Python And Its features
Ad

More from Qing Feng (7)

KEY
Code
KEY
PyCon大会分享
PDF
Django
PPT
Django讲座
PDF
Tc&Tt
PPT
第三讲
ZIP
第一讲
Code
PyCon大会分享
Django
Django讲座
Tc&Tt
第三讲
第一讲
Ad

第四讲