0 Members and 2 Guests are viewing this topic.
Black Jack, but most the mth programs were found on my comp from way back when also.
Quote from: Stefan Bauwens on April 12, 2011, 06:37:59 amMy first program was russian roulette I actually didn't understand what I was doing, since I just started. Actually Jim, who was already busy with TI-basic did probably the most work. As far as I know I maybe only drew the picture(s).I never uploaded it anywhere. Good thing too, cause it kinda sucked.I wish I had someone to code with (as in a team), but someone standing next to me.
My first program was russian roulette I actually didn't understand what I was doing, since I just started. Actually Jim, who was already busy with TI-basic did probably the most work. As far as I know I maybe only drew the picture(s).I never uploaded it anywhere. Good thing too, cause it kinda sucked.
My first real 'program' that I can remember was some JavaScript code that alerted a password that you wrote in a password field, so that everyone could see it. I then tricked my sister with it.My first calculator program was Block Breaker. I've made tons of other little games and programs that I never released, but I can't remember the names and what they did.
Yeah, Jim's really been a great help with all my projects.
Quote from: Stefan Bauwens on April 12, 2011, 03:22:39 pmYeah, Jim's really been a great help with all my projects.Thanks!
Quote from: jimbauwens on April 12, 2011, 03:24:51 pmQuote from: Stefan Bauwens on April 12, 2011, 03:22:39 pmYeah, Jim's really been a great help with all my projects.Thanks! And he's also older, so he probably has more experience, I guess.
My first program (non-calc) was in Visual Basic... It was supposed to add two numbers together, but it actually added two strings together! So if you typed 1 and 1, the answer would not be 2, but 11.
IfgetPixel(X,Y)=1ThenDisp "Solid"EndIfgetPixel(X*2,Y)=1ThenDisp "Coin"EndIfgetPixel(X*3,Y)=1ThenDisp "Death"End
10 Print "Shaun rocks, Colby smells!"20 Goto 10