A variable is data that is stored in the computers memory. A variable can be a number (Integar, Float) or just one letter or number (Char) or it can be a string of letters or number (String) in some programming languages like Java and C/C++ you need to declare and initialize the variable, this means Read..
Articles
12.09.08 - Programming Variables Very Basic
09.06.08 - GIR And PyGame
I have had a play around with PyGame and this is what I have been able to do. PyGame Mess One these where made by taking bits from the example code, line by line chimp and other PyGame games. erm I created them along time ago so I can’t really remember where I got the Read..
10.05.08 - Project RTS
I have decide to start work on a simple RTS game, it will use python and some other modules. I will start work on it once I have finished collage, next week, I hope to have it completed or at least more than half way finished by the start of the collage. The game will Read..
