View previous topic :: View next topic |
Author |
Message |
chris98

Joined: 23 Feb 2005 Posts: 114 Location: On Jupiter, My rubber Boobie, s45 h79
|
Posted: Fri Feb 17, 2006 11:59 am Post subject: Learning JustBasic. The Programming language. |
|
|
Practising arrays first, in a program based on the popular message board game, involving putting personal stats based on birthdays etc, and getting a random sentence. For example off a zelda message board I got:
1) The first letter of Your name=C=I made fun of
2) The day you were born on=28=a silver rupee
3) The month you were born in=10=and can't remember anything after that.
Full sentence:
I made fun of a silver rupee and can't remember anything after that.
Understand? _________________ ANIME FREAK!!!!!! LOLOLOLOLOLOLOL DIS RO><ORS!!!
Come to http://firaga.conforums3.com for discussions about RPGs, old and new alike. We need members. |
|
Back to top |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Sat Feb 18, 2006 3:34 am Post subject: |
|
|
I've never heard of it, but the name sends shivers down my spine.
BASIC isn't a bad way to learn basics of programming and you should have a breeze doing so, but:
-if there's a GOSUB command, I suggest you keep away
-if you want to do something more serious/actually code anything or learn advanced topics, switch to something else before you scar youself as a programmer forever, heh.
So anyway, good luck programming. It's always cool to see people get into it. _________________ "It is so great it is insanely great." |
|
Back to top |
|
 |
chris98

Joined: 23 Feb 2005 Posts: 114 Location: On Jupiter, My rubber Boobie, s45 h79
|
Posted: Sat Feb 18, 2006 3:45 am Post subject: |
|
|
What do you suggest TMC? What should I switch to? _________________ ANIME FREAK!!!!!! LOLOLOLOLOLOLOL DIS RO><ORS!!!
Come to http://firaga.conforums3.com for discussions about RPGs, old and new alike. We need members. |
|
Back to top |
|
 |
Jack the fool

Joined: 30 Jul 2004 Posts: 773
|
Posted: Sat Feb 18, 2006 1:58 pm Post subject: |
|
|
0's and 1's are always fun. _________________
 |
|
Back to top |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Sat Feb 18, 2006 7:53 pm Post subject: |
|
|
(Huh? I thought I had responded to this?)
BASIC isn't all bad. The OHR is coded in it... it just stumbles on some of BASIC's pitfalls.
You ought to do fine learning programming in JB, but don't try to code any serious projects in it, or do more advanced programming.
Just realise that BASIC has several differences with most other languages, like not declaring variables... it doesn't stop you from writing bad code, so try not to get into the habit of doing so.
Alot of people suggest Python, which I plan to learn soon. You'll probably find it more difficult than BASIC, but that's because it's far more powerful and it's SANE. _________________ "It is so great it is insanely great." |
|
Back to top |
|
 |
MultiColoredWizard Come back, baby! The Breastmaster

Joined: 01 Feb 2003 Posts: 1232
|
Posted: Mon Feb 20, 2006 12:11 am Post subject: |
|
|
don't bother learning any programming language. just learn assembly.  |
|
Back to top |
|
 |
chris98

Joined: 23 Feb 2005 Posts: 114 Location: On Jupiter, My rubber Boobie, s45 h79
|
Posted: Mon Feb 20, 2006 5:18 am Post subject: |
|
|
James Paige is helping me through e-mail. He sends me a task to try and I code it and send the result. We're on the first task: Make a program that displays a map with 4 different tiles. Tile types specified by him: Water, Grass, Tree, Mountain. Map layout attached. _________________ ANIME FREAK!!!!!! LOLOLOLOLOLOLOL DIS RO><ORS!!!
Come to http://firaga.conforums3.com for discussions about RPGs, old and new alike. We need members. |
|
Back to top |
|
 |
chris98

Joined: 23 Feb 2005 Posts: 114 Location: On Jupiter, My rubber Boobie, s45 h79
|
Posted: Sun Feb 26, 2006 9:58 pm Post subject: |
|
|
Were done with task 2 now: get the map info from a plain text file and build it like that. 1a was to alter the code to use 2 for-next loops to build the map from data that came from within the coding. Doing really well. _________________ ANIME FREAK!!!!!! LOLOLOLOLOLOLOL DIS RO><ORS!!!
Come to http://firaga.conforums3.com for discussions about RPGs, old and new alike. We need members. |
|
Back to top |
|
 |
Sparoku Pyrithea Amethyst.

Joined: 02 Feb 2004 Posts: 467 Location: Washington State
|
Posted: Mon Feb 27, 2006 2:20 am Post subject: |
|
|
Glad to hear that things are going well.  _________________ "There will always be people who will tell you they hate what you made, or like what you made, and will tell you that what you did was wrong or right."
My Discord ID: SparDanger#0305 |
|
Back to top |
|
 |
chris98

Joined: 23 Feb 2005 Posts: 114 Location: On Jupiter, My rubber Boobie, s45 h79
|
Posted: Mon Feb 27, 2006 3:42 am Post subject: |
|
|
Thanks Spar! _________________ ANIME FREAK!!!!!! LOLOLOLOLOLOLOL DIS RO><ORS!!!
Come to http://firaga.conforums3.com for discussions about RPGs, old and new alike. We need members. |
|
Back to top |
|
 |
|