Tuesday, 30 June 2009

Python work and post uni work

Since finishing the games degree I have gone back to the games I was working on during summer and have also started to learn python. The following game I made in a couple of days after working through a few python tutorials. I used pygame and livewires modules for the graphics and input. It is not completely finished as I made it to learn how to program in python.


















Game & Code: Earth Defender



I am also restarting one of my year out projects which is an RTS game and I adding python into the game.














At the moment the game generates a terrain randomly, a "worker" character is assigned to the player. Can use the mouse to move about the terrain by moving the cursor to the edges of the screen. W,A,S,D rotate the camera and the mouse wheel zooms in and out. If you left click on the worker it selects him or can click and drag to create a selection box to select him. Once selected can right click on the terrain to move him or if you press 1,2,3 you can create a building and right click to place it. Will only place if it is highlighted green. left click to cancel.
Alt + F1 exits the program.

Game and Code: RTS

No comments: