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/
Learn how to use and create sound objects in python/pygame with this tutorial.
Source code link:http://www.mediafire.com/download/y6vd28elysey66u/mySound.py
Sound.ogg effect link:http://www.mediafire.com/download/k559ghadvzz1t7a/sound.ogg
Download Audacity here:http://audacity.sourceforge.net/
Create a painting program by watching this video tutorial!
Source code link:http://www.mediafire.com/download/hf4h3bzelicuisb/myPainting.py
Learn how to draw lines with pygame with this tutorial.
Source code link:http://www.mediafire.com/download/5jvdgefksdbi97g/Drawline.py
Learn how to respond to keyboard and mouse input events with pygame in this tutorial.
Source code link:http://www.mediafire.com/download/069i0tvinffrqaa/keyEvents.py
Woodstock production youtube trailer for non-subscribers.
Learn how to create fonts with pygame in this video tutorial.
Source code link:http://www.mediafire.com/download/g4wmtxg6eq52zx9/Fonttutorial.py
Learn how to load an image with this video tutorial.Download and open the source code within python's text editor to follow along.
Source code link:http://www.mediafire.com/download/apbmk9p1ryrb0rp/imageloadTutorial.py
Image of the water here:http://www.mediafire.com/view/bbv2vmp1spt278l/ani_water_0000.bmp function video tutorial to refresh your memory:http://www.woodstockproduction.com/apps/videos/videos/show/17746602-learn-to-game-program-part-10 Screen display video tutorial to refresh your memory:http://www.woodstockproduction.com/apps/videos/videos/show/17819484-learn-to-game-program-part-12
Learn some shortcuts with python with this short tutorial.
boxTutorial.py source code:http://www.mediafire.com/file/5618g9tix5b25kc/boxTutorial.py
Create colors with pygame!
Colorviewer.py source code:http://www.mediafire.com/file/9vhq2mkmm9n3s77/colorViewer.py
Boxtutorial.py source code:http://www.mediafire.com/file/5618g9tix5b25kc/boxTutorial.py
Create basic motion for a box with python!Follow along,as I explain the code line by line with this video tutorial.
Source code link here:http://www.mediafire.com/file/5618g9tix5b25kc/boxTutorial.py
Create a display screen with python.Follow along,as I explain each line of code in the source code.
Source code link:http://www.mediafire.com/file/h6u7ybiu0ybwguu/greenDisplay.py
Dowload pygame here(I would suggest downloading pygame-1.9.1.win32-py 2.6.msi version if you already installed python 2.6):http://www.pygame.org/download.shtml
Create a main loop with this video tutorial.Follow along, as I explain each line of code.Source code link here:http://www.mediafire.com/file/arnw5ehbdsynhfq/mainLoop.py