Re: suggests for langoage in programing

2020-04-26 Thread AudioGames . net Forum — General Game Discussion : rory-games via Audiogames-reflector
Re: suggests for langoage in programing well, there's pure basicand pythonMany people would tell you to use python because from a new programmer's point of view, it's easy. Up to a certain point you can just search for answers to all of your questions. URL: https://forum

Re: suggests for langoage in programing

2020-04-27 Thread AudioGames . net Forum — General Game Discussion : Juliantheaudiogamer via Audiogames-reflector
Re: suggests for langoage in programing Hi,Doesn't this belong into developers room? URL: https://forum.audiogames.net/post/523251/#p523251 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/lis

Re: suggests for langoage in programing

2020-04-27 Thread AudioGames . net Forum — General Game Discussion : ashleygrobler04 via Audiogames-reflector
Re: suggests for langoage in programing Hi there, yes. this topic belongs in the developers room. python is a nice language to get started with. there is also an audiogame lib available called lucia. this allows you to make audiogames easily, and it is open source. so if you feel like

Re: suggests for langoage in programing

2020-04-27 Thread AudioGames . net Forum — General Game Discussion : Jaidon Of the Caribbean via Audiogames-reflector
Re: suggests for langoage in programing Lucia is Python. Isn't it? URL: https://forum.audiogames.net/post/523425/#p523425 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: suggests for langoage in programing

2020-04-27 Thread AudioGames . net Forum — General Game Discussion : Jaidon Of the Caribbean via Audiogames-reflector
Re: suggests for langoage in programing If you want to start out with something that can get you more aquinted with Python, there's a library called, Pyaudiogame. Search it on google and yule find something. Pretty nice basic python tutorials there as well, however it uses python 2.7

Re: suggests for langoage in programing

2020-04-27 Thread AudioGames . net Forum — General Game Discussion : Ty via Audiogames-reflector
Re: suggests for langoage in programing You can always use purebasic, however you would have to code a lot from scratch and the full version costs money.You can also use python with a lib called luciaOr _javascript_ with talon's utils or Oriols template (this is what I'm s

Re: suggests for langoage in programing

2020-04-27 Thread AudioGames . net Forum — General Game Discussion : PatrykK via Audiogames-reflector
Re: suggests for langoage in programing or c# URL: https://forum.audiogames.net/post/523456/#p523456 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: suggests for langoage in programing

2020-04-27 Thread AudioGames . net Forum — General Game Discussion : amerikranian via Audiogames-reflector
Re: suggests for langoage in programing First, nearly anything can be used to create audio games. I say nearly because, well, there are some minor exceptions, but you can create games in those. It's just really, really hard to do so in some cases.Second, Ironically, if you kno

Re: suggests for langoage in programing

2020-04-27 Thread AudioGames . net Forum — General Game Discussion : Ty via Audiogames-reflector
Re: suggests for langoage in programing As I said, talon has a tutorial in the developer room with no example game however like he said. Oriol has the opposite. An example game but no article (anymore). If I do, I'll be sure to write a guide. URL: https://forum.audiogames.net/post/5

Re: suggests for langoage in programing

2020-04-27 Thread AudioGames . net Forum — General Game Discussion : amerikranian via Audiogames-reflector
Re: suggests for langoage in programing I know. I found Ghorthalon's post quite instructive, but it doesn't really teach you anything beyond setting it all up. I haven't gotten around to Oriol's template, though, so maybe the combination of those two would dig me out

Re: suggests for langoage in programing

2020-04-28 Thread AudioGames . net Forum — General Game Discussion : ashleygrobler04 via Audiogames-reflector
Re: suggests for langoage in programing Yes. i would also like a guide. i set every thing up, but not all things worked out for me in _javascript_. i can do _javascript_ in conjunction with HTML, but not what talon and oriol use. URL: https://forum.audiogames.net/post/523697/#p523697

Re: suggests for langoage in programing

2020-04-28 Thread AudioGames . net Forum — General Game Discussion : targor via Audiogames-reflector
Re: suggests for langoage in programing I would personally stay away from libraries that only work on Python 2. You'll get the same problem as with BGT sooner or later, and you learn outdated syntax which is really difficult to relearn later, because it is almost, but not absolutel