Gaming programming topic

EFileTahi-A

Contributor
Joined
Aug 8, 2004
Messages
623
Location
Portugal / Barreiro
Well, how many good c# gaming programming do we know? gamasutra? *sigh*

How about having a specific topic related to gaming code ONLY. With good "getting started" tutorials / examples, basic concepts (like creating a scrolling 2D maps, teaching basic formulas to create a circle colisions etc...), tricks, hints...

I miss the times I use to code in my old ZX-Spectrum (with 14 years old), I use to program games because ZX-spectrum magazines where an invitaion to code, and there was no internet by that time. Now? We have Internet, so many many sites, Programming is everywhere, dozens of computers books at our local stores but, nothing, nothing realy usefull for a person who wants to start coding games in C# (or any other languages).

Well, we have c-sharpcorner which is very cool (considering the other choices) but if "Xtreme .net talk" started to bet on this too, we (game coding dreamers) would have another option to choose from.

I know that this is no possbile since it would be needed professional game coders to achieve this, but I do believe that there is many people here at this forum with experience enough to getting started the "newbies" with the basics of game coding on / GDI+ / directX (specialy DirectX, How many good NEWBIE directx tutorials are out there?). Althought this would a beautifull thing, Am also aware that it might be ppl willing to do this but they just lack on time...

At least we could harvest the web and store here (at a game topic) all gaming related material...

Conclusion: I would like to have an Gaming oriented topic at this great .NET forum :)
 
Last edited:
You can post any game issue in the .net General forum and for tutorials on GDI+/DirectX and stuff I always go by www.gamedev.net.
There was a discussion about this but there was too little interest to warrant a gaming forum. That's right mods? mods? ;)

BTW: My minesweeper game is hanging around in the random thought forum and my "Creating a pinball game"-thread is in the .Net General forum.
 
There's only one place you need to go if you're interested in game programming: www.gamedev.net

The site is entirely based on game programming, regardless of language. In fact, a large portion of the programmers on there use C# (that wasn't always true in the past, but times have changed). However, that doesn't matter, because most problems related to game programming are the same regardless of which language you're using. The .NET framework won't help you solve that AI problem, but implementing a solid finite state machine will. The code will be near identical regardless if it's C# or C++.
 
This has already been discussed here.

Gamedev.net is a great source. You can check out my site (See Signature) for the "Newbie" directX (and GDI+... basically game programming) tutorials.

Other sites to consider are PlausiblyDamp's site (Just google it. It's a great site, althoguh no one knows about it), gamasutra, and gamedev of course.

-TPG
 
Back
Top