Important Instructions.Read Below:
Welcome to our tutorials page where you can learn game programming for windows computers and learn how the woodstock production team made some aspects of space game 2.Watch any trailers here as well.
So,Where do I begin?
Beginners with no experience with python/pygame should go to the "Learning basic game programming"channel located at the left sidebar.Then find "learn to game program part 1" to start learning how to become a game programmer!
After you watch all the videos in the "Learning basic game programming" channel,head over to "Learning advanced game programming" channel to acquire more advance skills in becoming a game programmer.Start at "advance game program part 1" to begin!
Experience python programmers who make games with pygame can go to "the making of space game 2" channel for tips on how I made space game 2.Start at "the making part 1" video tutorial.
Help us continue to make tutorials by donating here:http://www.woodstockproduction.com/apps/donations/
Our advertising services trailer.
Learn how to combine conditions with the "and" logical operator.Source code link:http://www.mediafire.com/download/ybe5yrr4ag8cv9c/spriteCollidecombine.py
User feedback on our website.
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