7/8/11

day 4 - programming part 2

why games? 
what can you learn from programming games?
  • logic
  • events
  • modular programming
  • object-oriented programming
what can you learn from playing games?

  • collaboration
  • willingness to overcome failure
  • social practice
  • creative solutions
3D Programming
3D programming is at the heart of animations and interactive games. Learning to develop such complex programs as animations and games has traditionally required lots of detailed programming knowledge. Object-oriented programming was the first step in changing that. No longer did a developer have to know every little detail of the program, but could assume certain logic and behavior based on the objects they were programming. 3D programming, now allows developers to visually interact directly with the 3D objects they want to manipulate.
final shuttle launch 

    No comments:

    Post a Comment