Proficient game programmers, who already make games with pygame, can learn how the woodstock production team created some aspects of our first commercial game called space game 2 here!
Make a alien explode animation by watching this tutorial.Follow along as I explain some of the lines
in the source code link provided here:
http://www.mediafire.com/file/7bnqetbx1wu8tn3/mouseanimationTutorial.py Find some 2-d images for explosions here:http://www.reinerstilesets.de/2d-grafiken/2d-animated/
For python programmers who want to make games with pygame,this video tutorial will show you how to make a scoreboard.Follow along,line by line,as I explain some of the code in the source code.
Source code link:http://www.mediafire.com/file/rxl3vgiid7rq489/mousescoreTutorial.py
Part 3 of this video tutorial will focus on simple enemy artificial intelligence.Follow along line by line,as I explain some of the code in the source code provided here:http://www.mediafire.com/file/6ilaadhqbh9hv55/mousealienTutorial.py Some 2-d images for the enemy aliens here:http://www.reinerstilesets.de/2d-grafiken/2d-animated/
This video tutorial will illuminate how a turret can point and shoot bullets at your mouse cursor.Download the source code first and follow along in this tutorial. Some of the lines in the source code are explain in this tutorial. Find some 2-d images for the bullet here:http://www.reinerstilesets.de/2d-grafiken/2d-animated/ Source code link:http://www.mediafire.com/file/nwbo5d21ufhtjgr/mouseshootTutorial.py
For experience python programmers who want to make games with pygame.This tutorial will explain how a turret can point in any direction your mouse cursor is at.Follow along,as this video will explain each line in the source code. You'll need some 2-d images for the turret.Find some here:http://www.reinerstilesets.de/2d-grafiken/2d-animated/ Source code link:
http://www.mediafire.com/file/wf3bqxl9lfq8ohe/mouseTutorial.py Download pygame here:http://bitbucket.org/pygame/pygame/downloads/