Hi; Check out: http://www.blindprogramming.com They have some tutorials to get you started; but they are a bit out of date. What you most likely want is C#, VB2005, or C++.
C# is easy to work with; it is from Microsoft. It has a small learning curve, but all programming languages do. It is really well supported by DirectX; the library that handles playing sounds. Visual basic is also by Microsoft; it has more keywords rather than symbols, such as C# or C++. It is not as supported by DirectX, but a lot of the accessible game developers use it anyway. C++ is the most difficult language; it gives you a lot of power, and a lot of chances to really mess up. It is the language that video game developers use. DirectX is by Microsoft; it is not a language but a set of libraries that help pan, fade and play sounds. It can do much more; it has libraries for input, sound, and video. It also has a networking component. You can get C# or Visual Basic compilers (a compiler turns code in to an executable) from Microsoft's website. Please ask any more questions if you have them. Sean -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jamie Coady Sent: Tuesday, May 29, 2007 3:47 PM To: Josh; Gamers Discussion list Subject: Re: [Audyssey] game development hi know any one know of where i can get tutoriels to help me learn programming and also the programme its self please thanks ----- Original Message ----- From: "Josh" <[EMAIL PROTECTED]> To: "Gamers Discussion list" <[email protected]> Sent: Tuesday, May 29, 2007 7:58 PM Subject: [Audyssey] game development > Hi, > > Has anyone developed an audio game using python? It seems like python may > be > easier to use than visual basic. But I don't know how good its direct-x > features are. > > Josh > > email: [EMAIL PROTECTED] > msn: [EMAIL PROTECTED] > AOL: kutztownstudent > skype: jkenn337 > > > _______________________________________________ > Gamers mailing list .. [email protected] > To unsubscribe send E-mail to [EMAIL PROTECTED] You can > visit > http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make > any subscription changes via the web. > _______________________________________________ Gamers mailing list .. [email protected] To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make any subscription changes via the web. _______________________________________________ Gamers mailing list .. [email protected] To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make any subscription changes via the web.
