Re: Want To Learn Programming

2015-02-25 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: Want To Learn Programming So basically an escape character prevents you from having to do things like adding a new line character and things like that do I have that right? URL: http://forum.audiogames.net/viewtopic.php?pid=206290#p206290

Re: Want To Learn Programming

2015-02-25 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming More like lets. There are things that cannot be typed in the middle of strings. I thought of this explanation later. I wish I had thought of it first.Take your favorite editor out. Write a string with some escape sequences. Do a find/replace on those escape

Re: Want To Learn Programming

2015-02-25 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming yeah. You seem to have it. Familiarity will come with practice, as always. URL: http://forum.audiogames.net/viewtopic.php?pid=206324#p206324 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Want To Learn Programming

2015-02-25 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: Want To Learn Programming Hi Camlorn.I think Ive got it this time! Its funny when I started reading about escape characters I started thinking of a character that would use the escape key lol.Anyway, I think I understand you use escape characters especially in strings because putting

Re: Want To Learn Programming

2015-02-16 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Want To Learn Programming @camlornExcuse my english, as you noticed for sure its not my first language and some ideas are hard to explain for me, so maybe I expressed my point so bad.I know, c# is not popular in this comunitiy (I supose you mean adiogames?), but I think its

Re: Want To Learn Programming

2015-02-16 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming Okay. Well, Im going to assume youre using Visual Studio 2008 with jaws. Debugging does not work with NVDA. Debugging never has. After I managed to fight multiple inaccessible parts of submitting a bug report and including specifically what isnt working

Re: Want To Learn Programming

2015-02-16 Thread AudioGames . net Forum — Developers room : tward via Audiogames-reflector
Re: Want To Learn Programming Camlorn, while you are correct that C# is not very popular in the audio games community there are a bit more than two or three finished projects in it. Off the top of my head I know Treasure Hunt, 3D Velocity, Entombed, Final Conflict, and Tactical Battles

Re: Want To Learn Programming

2015-02-16 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming And to be completely clear. I think that a fully accessible and convenient IDE would be a wonderful thing. My objections are based purely around being blind and having accessibility issues, not around an IDE being a bad idea in general. If I could be hired

Re: Want To Learn Programming

2015-02-16 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming You are right about only needing 6 keystrokes, technically. I would hate to see your productivity, however. My build is about 3 keystrokes (jom). My debugger lets me have everything. C# doesnt have a good debugger if youre blind and Java may

Re: Want To Learn Programming

2015-02-16 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Want To Learn Programming Hi there, and thanks for your information.I use visual Studio 2013, with both Jaws and NVDA. Im not a profesional developer, obviously, but I have some experience programing for personal purposes: scripting, some criptography games, tools for audio editing

Re: Want To Learn Programming

2015-02-16 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming @Guitarman2.7.9 is fine. There are no major incompatibility issues unless you go to 3. Almost no one is on 3 for something real, though we might be headed that way in a year or two.@AlanThe comments about IDEs are true if you are sighted. Modern versions

Re: Want To Learn Programming

2015-02-15 Thread AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
Re: Want To Learn Programming When I was starting out, I did a lot of copy-editing from small examples, and stuck to the syntax as closely as possible. (To this day, I am in the habit of spacing my switch statements because of those early _javascript_ examples...)It was after about 3

Re: Want To Learn Programming

2015-02-15 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming Did you hit the link? Im linking you to the free online HTML version that is, you know, free. The last thing you want is an audiobook or anything that might be of poor quality (i.e. some Bookshare stuff).I dont know what you mean by parentheses. Parentheses

Re: Want To Learn Programming

2015-02-15 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming Take the online version of that book as god and forget everything you know. This will probably save you a great deal of frustration, at least for now. I dont know what youre looking at but it sure sounds wrong to me.The rule for indentation in Python

Re: Want To Learn Programming

2015-02-15 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: Want To Learn Programming Woops Camlorn sorry about that lol. After you mentioned it I just assumed it was a paid version. I know stupid right?Thanks for pointing that out after I saw your link I went to amazon to find the book and it was almost $30 and I checked bookshare and bard

Re: Want To Learn Programming

2015-02-15 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming I do not believe Idle is accessible. Just use the Python command line-its what everyone else is doing, even many sighted devs. URL: http://forum.audiogames.net/viewtopic.php?pid=204945#p204945 ___ Audiogames

Re: Want To Learn Programming

2015-02-15 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming I do not believe Idle is accessible. Just use the Python command line-its what everyone else is doing, even many sighted devs. They appear to be the same thing, just Idle is graphically nicer. URL: http://forum.audiogames.net/viewtopic.php?pid=204945#p204945

Re: Want To Learn Programming

2015-02-15 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: Want To Learn Programming Well Ive started reading the python book and its very easy to understand so far. I do have a question though I saw the first code examples which just print text to the screen. I havent written them out yet but I noticed that after typing print

Re: Want To Learn Programming

2015-02-15 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: Want To Learn Programming Hey Camlorn.Yeah your right Ill just start from scratch. I do have one more question it says in the book to use python 2 which is what I have on my computer sometimes it says python 2.7 but Ive seen a couple of times where says python 2.6. I have python 2.7.9

Re: Want To Learn Programming

2015-02-15 Thread AudioGames . net Forum — Developers room : Alan via Audiogames-reflector
Re: Want To Learn Programming Hi there,Its not my intention to start a proselitist party here... just some ideas that could be interesting for you:Why python? If you are interested in developing games, Its not exactly the most popular language. Obviously, its not a popularity matter

Re: Want To Learn Programming

2015-02-14 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Re: Want To Learn Programming Hello Camlorn.Well as far as taking a class I would love to but I wont for 2 reasons the first is that Ive looked for classes that teach python but all I could find were classes that teach c++ or ruby but I cant find a class at my college that deals

Want To Learn Programming

2015-02-14 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
Want To Learn Programming Hello Everyone.I have been wanting to learn programming to make audiogames for a long time. Ive tried to learn on my own reading manuals and guides and I just cant get the hang of it. Im a fast learner and eager to learn. Basically what I need is someone to talk

Re: Want To Learn Programming

2015-02-14 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Want To Learn Programming Well, have you considered an actual class? If youre near a college, you can almost certainly find something introductory, and the knowledge will transfer.The typical starting assignments for any language tend to go something like this:- Print hello world