Blocky Man & C# shananigoats!

Published July 20, 2006
Advertisement
Well, I started on the Blocky Man player code today, but am not near finishing it. Tomorrow, I plan to sit down and do alot of coding for the game. That means you can probably expect a screenshot of Blocky Man in the game tomorrow.

As I may or may not have mentioned (probably not), while working on my games, I have been teaching myself C#. Now obviously earlier, I actually tried to make a game using C#, and ended up switching. That was not knocking C# at all, it's just that I felt I should work with something I'm more experienced with.

I now have a pretty basic knowledge of C#. When I was working earlier on Earthman in C#, I did feel very comfortable using it. However, using SDL.Net was never my objective when learning C# (although it is very good). Actually, I'm more interested in Managed DirectX. As the next step in my education, I plan on reading this book. Eventually, once I learn enough about Managed DirectX, I would like to attempt a very basic FPS game.

Speaking of First Person shooters, my older brother and I are planning on entering a local Halo 2 tournament. We've been playing quite frequently lately, and thought we would give it a try. I usually wouldn't, but I hear there is apparently a cash prize involved (although the exact amount, I don't know). I think this will be may first game tournament, although I might have been in a Goldeneye tournament a few years back.

I consider Halo 2 a great multiplayer game. Well, except for the fact that 70% of the players are complete idiots, and 20% are under the age of 10. If you can get past that, it's pretty fun. However, the single player really sucks.

Anyway, the tournament is in three days, so wish us luck. We have to pay $25 just to play, so we had better win[lol]
0 likes 7 comments

Comments

nilkn
I've read that book. I liked it: informative and to the point. Just a heads up: it helps to have a tiny bit of experience with 3D graphics prior to the book. Things such as matrices aren't explained.
July 20, 2006 10:34 PM
Stompy9999
I was afraid of that. However, I do have several other books on different APIs that explain the basic concepts, so I can read those too.
July 20, 2006 11:25 PM
nilkn
Well, I wouldn't worry about it too much. Really the math level of the book is extremely low compared to other books. Just think of matrices as mysterious objects that represent linear transformations with multiplication and you'll be fine. [wink]
July 21, 2006 01:08 AM
Rob Loach
I've come to the conclusion that SDL (and therefore SDL.NET) will always be a buggy and slow library....
July 21, 2006 07:42 AM
Stompy9999
I understand most concepts of 3D programming, except, probably the most important one. My biggest problem is with transforming a scene from an object at (0, 0, 0) to where their "real world" position will be. See, I'm probably explaining it wrong.

I enjoy working with SDL, but I think I'm ready to move on to MDX soon.
July 21, 2006 08:38 AM
nilkn
If you're interested in learning a lot about the math behind 3D graphics, you should probably pick up a book on that as well. I recommend either 3D Math Primer for Graphics and Game Development or Mathematics for 3D Game Programming and Computer Graphics. In my opinion, the first is easier to follow at the expense of rigor, whereas the second one is more rigorous at the expense of ease. Pick your poison. [wink]
July 21, 2006 02:16 PM
Stompy9999
3D math primer looks like something I should pick up. Perhaps I should even buy and read that book before going into learning Direct3D.

Well, I'll pick it up eventually, because I have problems understanding 3D programming.
July 21, 2006 06:08 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement