Now that you have mastered the basic concepts about programming,you can now start learning how to create basic games.You'll learn many skills like how to create your first game program and how to create class modules.Are you up for the challenge!?
Learn how to combine conditions with the "and" logical operator.Source code link:http://www.mediafire.com/download/ybe5yrr4ag8cv9c/spriteCollidecombine.py
Learn how to distribute your game and make a executable program.Congratulations on becoming a game programmer!
Source code link for setup executable program:http://www.mediafire.com/download/wsjtgw9g07fca9b/setupnewplaneGame.py
Source code for new plane game:http://www.mediafire.com/download/7i926urqmpxu2jb/newplaneGame.py
Download py2exe for python 2.6 here:http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/py2exe-0.6.9.win32-py2.6.exe/download Plane sprite image link:http://www.mediafire.com/view/lne363i31uczcvo/jasonplane0001.png Island sprite:http://www.mediafire.com/view/0j85tt32d3t56fm/jasonisland0001.png Cloud image link:http://www.mediafire.com/view/80g5hhwq29mm934/cloudlight0001.png Island score sound effect:http://www.mediafire.com/download/kioy6kxuvmky0o9/islandsuccess.ogg plane hit sound effect:http://www.mediafire.com/download/6b95le9inh17vzj/planehit.ogg Ocean image link:http://www.mediafire.com/view/bhy4omkx7lyx0o8/planewaters0001.png Custom font link:http://www.mediafire.com/download/8h3383hsv8oa475/visitor2.ttf
Learn how to create a custom font by watching this tutorial.For access to different styles of fonts for free,go to www.urbanfonts.com
Source code link:http://www.mediafire.com/download/ts96pgbtuqltr67/Customfonttutorial.py
Font file link:http://www.mediafire.com/download/8h3383hsv8oa475/visitor2.ttf
Learn how to create a multiple line label widget by watching this video tutorial.
Source code link:http://www.mediafire.com/download/30w6wrto34de264/multilabelWidget.py
Create a scroller widget that controls the turret's speed by clicking on either the left or right side of the scroller.
Source code:http://www.mediafire.com/download/u9224ilik43h263/scrollerWidget.py
Car turret image link:http://www.mediafire.com/view/yybyxa5wuo23r4k/exampleturret0001.png
Learn to create a button widget for your mouse pad. Source code link:http://www.mediafire.com/download/w3j4kohxki6ep2f/buttonWidget.py
Create a label widget by watching this tutorial.
Source code link:http://www.mediafire.com/download/xjm3eol8x8wlyb2/labelWidget.py
Learn how to make a spaceship orbit around a planet.
Source code link:http://www.mediafire.com/download/etn1p4r7495dc54/myShipplanet.py
Planet image:http://www.mediafire.com/view/fmvc5mnesyg419w/planetred0001.png
Ship image one:http://www.mediafire.com/view/q5603cfu3hsru5p/shipCruise.png
Ship image two:http://www.mediafire.com/view/g8krbzsgbeev0yu/shipLeft.png
Ship image three:http://www.mediafire.com/view/d65sanhlhz19f34/shipRight.png
Ship image four:http://www.mediafire.com/view/nm4kuv3wjhrxaz3/shipThrust.png
Create a spaceship that can change direction by applying thrust motion.
Source code link:http://www.mediafire.com/download/z8bl169px17f97q/myShip.py
Spaceship image link:http://www.mediafire.com/view/d6xcvsv42gz2kzo/shipCruise.png
Spaceship image 2 link:http://www.mediafire.com/view/qevb7gq4wk9yygv/shipLeft.png
Spaceship image 3 link:http://www.mediafire.com/view/uway4by11x2zipd/shipRight.png
SpaceShip image 4 link:http://www.mediafire.com/view/fsqu5moj9azxfo5/shipThrust.png
Create a turret vector vehicle that you can control with your arrow keys.
Source code link:http://www.mediafire.com/download/b3ees339i64erbv/myVehicle.py
Turret image link:http://www.mediafire.com/view/hp7sy0qln9ixju4/exampleturret0001.png
Simulate a gravity effect on a bullet shell that leaves a line trace.
Source code:http://www.mediafire.com/download/atlxs6y14k284dh/myTurretshootgravity.py Turret image link:http://www.mediafire.com/view/wh7uj4w0q0w1ujc/exampleturret0001.png
Green bullet shell image:http://www.mediafire.com/view/d1btj12yzodno8k/greenshell0001.png
Learn how to make a turret point at your mouse cursor by watching this video tutorial.
Source code:http://www.mediafire.com/download/9m6o5ift376jxil/myTurretfollows.py
Turret image link:http://www.mediafire.com/view/o6qfoobb6g0nw16/exampleturret0001.png