Hi Ishan, Well, at the time being there isn't any specific site available that will teach a newbie such as yourself how to program an audio game. Although, there are plenty of general purpose programming sites available for C++, Python, and various other languages if you want to begin with one of those languages. About the closest you can come to that directly deals with audio game programming specifically is BGT which was designed for that purpose.
That said, you need to make some decisions before choosing a language and tools to use. Are you primarily going to be programming for Windows, Mac, Linux, or all of the above? What types of games do you see yourself programming such as arcade, side-scrollers, first-person shooters, etc? Are your games going to be commercial ore freeware? There is a purpose to all of these questions, and the languages and tools I might recommend would depend on how you answer the above. If your games were designed for a single platform like Windows it offers a lot more choices than it would if you were trying to get into cross-platform development. While it is theoretically possible to program any kind of game in any language some languages and APIs are better suited for certain genres of games. If you are thinking commercial then some languages offer better security than others. Just some things to consider before diving into game programming. HTH On 9/8/14, ishan dhami <[email protected]> wrote: > Hi all I have lots of dreams and concept and I want to fulfil them. > I want to learn audio game programming > But where? > which site should I choose > and is this is possible? > Thanks > Ishan > > --- > Gamers mailing list __ [email protected] > If you want to leave the list, send E-mail to > [email protected]. > You can make changes or update your subscription via the web, at > http://audyssey.org/mailman/listinfo/gamers_audyssey.org. > All messages are archived and can be searched and read at > http://www.mail-archive.com/[email protected]. > If you have any questions or concerns regarding the management of the list, > please send E-mail to [email protected]. > --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
