fuckyeahcomputerscience:
if (in_array(‘something strange’, $neighbourhood)) { $ghostbusters->call(); }
no gold for u
fuckyeahdementia:
overhead pass
I think my tools for developing will be C++ using Visual Studio Express, OpenGL, and GLUT. I have found two websites that I will look at to start experimenting, http://nehe.gamedev.net/ and http://www.videotutorialsrock.com/. My first goals are to figure out creating shapes, lighting, coloring/textures, key mapping, movement, collision detection, and simple physics/gravity. Yes I know it is a lot but I think I learn them by simple examples and then tailor them for my purposes. I know that I am new to C++ but I feel that I know logic and object oriented programming enough from PHP that the transition will be better than not knowing it at all.
A pizza with the radius z and thickness a has the volume pi*z*z*a
what does it mean?