Small Basic
-
No it can turn in any direction, and can even turn by a given angle :-) The IDE itself is a WPF application! Pretty interesting stuff here!
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
Ah, the turtle program I used when I was younger could only turn left by turning right several times (or by a large angle).
-
Ah, the turtle program I used when I was younger could only turn left by turning right several times (or by a large angle).
Sounds like a SatNav in Milton Keynes[^], "Turn Right, Turn Right, Turn Right, Turn Right, you are lost"
------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]
-
Was that the Logo one?
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
Yeah. Now that I think about it, maybe it could turn both ways... might have just been a programming assignment to have it turn one way by turning the other way a few times.
-
Yeah. Now that I think about it, maybe it could turn both ways... might have just been a programming assignment to have it turn one way by turning the other way a few times.
The SmallBasic Turtle turns using a WPF animation. So it's pretty flexible (pity they didn't add 3d support).
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
-
:laugh:
Dave Find Me On: Web|Facebook|Twitter|LinkedIn
Latest Article:Data Historians! You Bought It, Use It! Real World Example Latest Tip/Trick:Google Charting API and Formula Imaging
-
Probably good for teaching kids. Microsoft is giving away (as in free) their Small Basic, and it works on Win7. More here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b006d58d-c2c7-44ad-936b-e7e2d7de793e[^]
Best wishes, Hans
"He gives the kids free samples because he knows full well that today's young innocent faces are tomorrow's clientele." -- Tom Lehrer
-
"He gives the kids free samples because he knows full well that today's young innocent faces are tomorrow's clientele." -- Tom Lehrer
The Old Dope Peddler is a long time member of my musical family, along with I Hold Your Hand In Mine, The Vatican Rag, and Poisoning Pigeons In The Park... :-D
Will Rogers never met me.
-
Probably good for teaching kids. Microsoft is giving away (as in free) their Small Basic, and it works on Win7. More here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b006d58d-c2c7-44ad-936b-e7e2d7de793e[^]
Best wishes, Hans
Repost. Was posted about 2 years back. Sorry :)
-
Hey, this is pretty neat. Did you check out the built-in
Turtle
object?Turtle.Show()
GraphicsWindow.KeyDown = KeyDownSub KeyDown
Turtle.TurnRight()
Turtle.Move(100)
EndSubRegards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
Turtle.Show()
GraphicsWindow.KeyDown = TurtleDoNascarSub TurtleDoNascar
Dim lap As IntegerFor lap = 1 To 100
Turtle.TurnLeft()
Turtle.Move(200)
Turtle.TurnLeft()
Turtle.Move(100)
Turtle.TurnLeft()
Turtle.Move(200)
Turtle.TurnLeft()
Turtle.Move(100)
Next lap
EndSub -
The Old Dope Peddler is a long time member of my musical family, along with I Hold Your Hand In Mine, The Vatican Rag, and Poisoning Pigeons In The Park... :-D
Will Rogers never met me.
-
Turtle.Show()
GraphicsWindow.KeyDown = TurtleDoNascarSub TurtleDoNascar
Dim lap As IntegerFor lap = 1 To 100
Turtle.TurnLeft()
Turtle.Move(200)
Turtle.TurnLeft()
Turtle.Move(100)
Turtle.TurnLeft()
Turtle.Move(200)
Turtle.TurnLeft()
Turtle.Move(100)
Next lap
EndSub:laugh: That would be why I never watch NASCAR. MotoGP is much more exciting. I'm working on a training module to teach at-risk high school students a little bit of programming beyond the HTML/JavaScript they are already working with. I'll be using Small Basic. Easier to install. No solution/project files. Less overhead and no background knowledge required to start coding when compared to VS. "New" and start writing some code.
-
I know what you're thinking! Now if they just had a Small C#...
Best wishes, Hans
it would probably be called c# and C# is its big brother
Steve _________________ I C(++) therefore I am
-
Repost. Was posted about 2 years back. Sorry :)
Version: 0.95 Date Published:2/7/2011 two years ago? that must have been a crystal ball post ;)
Steve _________________ I C(++) therefore I am
-
Version: 0.95 Date Published:2/7/2011 two years ago? that must have been a crystal ball post ;)
Steve _________________ I C(++) therefore I am
Maybe it is just the date of the new version.
-
Version: 0.95 Date Published:2/7/2011 two years ago? that must have been a crystal ball post ;)
Steve _________________ I C(++) therefore I am
Well almost 2 years :) http://www.codeproject.com/Lounge.aspx?msg=3077462#xx3077462xx[^]
-
"But don't worry - base 8 is just like base 10 really.... if you're missing 2 fingers." Only have 1 Tom Lehrer - but like it....
I believe my collection is complete - 3 vinyl albums - as that's all I've ever been able to locate. But I also have the songbook, with sheet music, and have been known to perform a few on stage. :-D
Will Rogers never met me.
-
I don't know how you do it, but your one of the few on CP who can turn virtually anything into something funny :-D
See if you can crack this: b749f6c269a746243debc6488046e33f
(This one is much easier than the last one!)The unofficial awesome history of Code Project's Bob! "People demand freedom of speech to make up for the freedom of thought which they avoid."
-
:laugh: That would be why I never watch NASCAR. MotoGP is much more exciting. I'm working on a training module to teach at-risk high school students a little bit of programming beyond the HTML/JavaScript they are already working with. I'll be using Small Basic. Easier to install. No solution/project files. Less overhead and no background knowledge required to start coding when compared to VS. "New" and start writing some code.
Teach them C and assembler in Nano ;)
See if you can crack this: b749f6c269a746243debc6488046e33f
(This one is much easier than the last one!)The unofficial awesome history of Code Project's Bob! "People demand freedom of speech to make up for the freedom of thought which they avoid."
-
Yeah. Now that I think about it, maybe it could turn both ways... might have just been a programming assignment to have it turn one way by turning the other way a few times.
It sounds like San Francisco, where they have no left turn streets.