Quote:
Games are most definatly not the place to start programming. I
recommend reading around in the MSDN about things
like the Line Method, especially if you are just starting
out. Even something as seemingly simple as a guy
walking in a field is somewhat complicated, and you will
be easily lost if you try to just dive on in. I dont mean
to discourage you, but you will almost invariably get
discouraged if you dont know what you are doing ( I
sure did =). Hope this helps you out a little bit, and
good luck.
Another point to stress is this... All games are not engines. An engine is a set of components that is tied together in a certain way. Engines are much harder to write then games, as they are designed to be the base that MANY games are based off of. For a beginning project, just start making a game.