Ideas for the idealessI have been programming with smallbasic for a while now and while in the past I had ideas coming from my brain left and right, I have begun to become a person who is &quot;Idealess&quot; and I'm pretty sure many others are to. So for anybody who has ideas for a new program for someone to build or you want to make it you just don't know how. Put it here for everyone else to use or get ideas from it. <br/><br/>P.S (Vijaye) I think we need some competitions going. That's be pretty fun.© 2009 Microsoft Corporation. All rights reserved.Tue, 07 Jul 2009 06:05:20 Z24ad81c1-cd84-42a1-bee1-9937d182e9c4http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#24ad81c1-cd84-42a1-bee1-9937d182e9c4http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#24ad81c1-cd84-42a1-bee1-9937d182e9c4The Hackerhttp://social.msdn.microsoft.com/Profile/en-US/?user=The%20HackerIdeas for the idealessI have been programming with smallbasic for a while now and while in the past I had ideas coming from my brain left and right, I have begun to become a person who is &quot;Idealess&quot; and I'm pretty sure many others are to. So for anybody who has ideas for a new program for someone to build or you want to make it you just don't know how. Put it here for everyone else to use or get ideas from it. <br/><br/>P.S (Vijaye) I think we need some competitions going. That's be pretty fun.Wed, 20 May 2009 01:47:37 Z2009-05-20T01:47:37Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#a8c8f501-29e0-44da-acf3-a30992744c1dhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#a8c8f501-29e0-44da-acf3-a30992744c1dThe Hackerhttp://social.msdn.microsoft.com/Profile/en-US/?user=The%20HackerIdeas for the idealessHere's a couple ideas.<br/>1. Poker<br/>2. Reversi<br/>3. Solitaire<br/>4. Galaga<br/>5. Ataris &quot;Adventure&quot; game<br/>6. A game where you have to keep a ball from touching the bottom of the graphics window by drawing lines which bounce the ball back up. <br/>7. Short Animations in the TextWindow<br/> Try these out they'd be pretty fun to make. I've made 21 in the text window Import Code: NFB246 And I'm working on Galaga and my own version of Ataris &quot;Adventure&quot;Wed, 20 May 2009 03:33:47 Z2009-05-20T03:33:47Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#03cf1018-4313-4832-b03c-0958b63b329ahttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#03cf1018-4313-4832-b03c-0958b63b329aSmolnahttp://social.msdn.microsoft.com/Profile/en-US/?user=SmolnaIdeas for the idealessHere are some ideas:<br/> <br/> 1. <br/> Write a program that simulates throwing a dice a lot of times and make some statistical analysis on the data.<br/> <br/> 2.<br/> Do you know a foreign language? If you do, you can write a program that can translate a text between your own and that foreign language. I'm sure there can come some amusing sentences out of that!<br/> <br/> 3.<br/> Write a program that can help you remember passwords and other dark secrets. <br/> The program could spit out a 2-dimensional array in a text file and the array consists of random chosen numbers and letters. The size of the array could for example be 24 * 24. You can then open the file  and write your password in the array in some pattern you can remember.<br/> <br/> 4.<br/> Make a subroutine that can draw a diagram when given 2 arrays (X and Y). <br/> <br/> 5<br/> Write a selection of subroutines that you can use in your future programs. Each time you get an idea - no matter how small or irrelevant it might seem - write a subroutine and gradually build your own Small Basic tool box. Maybe the tool box will start to trigger your imagination and you can see how you can use your subroutines.<br/> <br/>Wed, 20 May 2009 21:06:16 Z2009-05-20T21:06:16Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#9e8567b9-2009-460f-a9c3-baeccd47829ehttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#9e8567b9-2009-460f-a9c3-baeccd47829eThe Hackerhttp://social.msdn.microsoft.com/Profile/en-US/?user=The%20HackerIdeas for the idealessHere is a simple dice roller to help people along with one of smolnas ideas.<br/><br/>TextWindow.WriteLine(&quot;Welcome to the dice roller&quot;)<br/>While(1=1)<br/>TextWindow.WriteLine(&quot;How many sides?&quot;)<br/>R = TextWindow.ReadNumber()<br/>M = Math.GetRandomNumber(R)<br/>TextWindow.WriteLine(&quot;&quot; + M)<br/>TextWindow.PauseWithoutMessage()<br/>TextWindow.Clear()<br/>EndWhileFri, 22 May 2009 23:08:45 Z2009-05-22T23:08:45Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#7ddbccaf-a3a8-4814-aed6-a367fe326855http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#7ddbccaf-a3a8-4814-aed6-a367fe326855The Hackerhttp://social.msdn.microsoft.com/Profile/en-US/?user=The%20HackerIdeas for the idealess1. Pac-Man<br/>2. Contacts System<br/>3. Physics GeneratorThu, 25 Jun 2009 23:54:16 Z2009-06-25T23:54:16Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#8ae9717a-e3eb-4ce9-85d9-9ffff3635affhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#8ae9717a-e3eb-4ce9-85d9-9ffff3635affGrzegorz Tworekhttp://social.msdn.microsoft.com/Profile/en-US/?user=Grzegorz%20TworekIdeas for the idealess<ol> <li>Yahdice with multiplayer and some AI</li> <li>&quot;The worm&quot; game</li> <li>Labyrinth generator - it's always funny for kids</li> <li>Conway's Game of life</li> </ol> <p>I wrote these programs in 8bit BASIC but now it may be difficult to find my tapes with source code ;)</p><hr class="sig">GrzesioFri, 26 Jun 2009 04:42:32 Z2009-06-26T04:42:32Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#da12f910-c772-4a56-8ab5-358659ba4582http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#da12f910-c772-4a56-8ab5-358659ba4582bigdaddyohttp://social.msdn.microsoft.com/Profile/en-US/?user=bigdaddyoIdeas for the idealessHow's galaga &amp; adventure going Hacker?  They'd both be nice.Sun, 28 Jun 2009 20:45:08 Z2009-06-28T20:45:08Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#40575250-7daa-4b35-a59d-25e34cb66dc3http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#40575250-7daa-4b35-a59d-25e34cb66dc3The Hackerhttp://social.msdn.microsoft.com/Profile/en-US/?user=The%20HackerIdeas for the idealessWell I have got the basics up and running for galaga but the aleins... I have it worked out but no animations yet. Mostly it is just the levels with all the aleins, it is not really hard it just takes time. So it may be a little while longer. Then adventure I haven't done anything more on, I just don't have the time right now to program in all the backgrounds and walls. But it will be finished sooner or later!Sun, 28 Jun 2009 20:49:41 Z2009-06-28T20:49:41Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#7e18e70b-effe-4d18-8cd2-3230f9135577http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#7e18e70b-effe-4d18-8cd2-3230f9135577The Hackerhttp://social.msdn.microsoft.com/Profile/en-US/?user=The%20HackerIdeas for the idealess<p>Well it will probably be even longer then expected, I have run into some trouble with the bullets.</p>Mon, 29 Jun 2009 01:33:33 Z2009-06-29T01:33:33Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#4adbedcc-ecb6-4ac1-9cab-576b09ceb950http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#4adbedcc-ecb6-4ac1-9cab-576b09ceb950Kniggleshttp://social.msdn.microsoft.com/Profile/en-US/?user=KnigglesIdeas for the idealess<blockquote>I have been programming with smallbasic for a while now and while in the past I had ideas coming from my brain left and right, I have begun to become a person who is &quot;Idealess&quot; and I'm pretty sure many others are to. So for anybody who has ideas for a new program for someone to build or you want to make it you just don't know how. Put it here for everyone else to use or get ideas from it. <br/> <br/> P.S (Vijaye) I think we need some competitions going. That's be pretty fun.</blockquote> '<em>without prejudice</em> '<br/> <br/> &quot;just a random thought&quot;<br/> <br/> link all the programs you av ever writtin in any form together and press &quot;submit &quot; or &quot;play again.Tue, 30 Jun 2009 20:55:21 Z2009-06-30T20:55:21Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#256927c9-c37d-45ee-853a-e198d536b42fhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#256927c9-c37d-45ee-853a-e198d536b42fKniggleshttp://social.msdn.microsoft.com/Profile/en-US/?user=KnigglesIdeas for the idealess<blockquote>I have been programming with smallbasic for a while now and while in the past I had ideas coming from my brain left and right, I have begun to become a person who is &quot;Idealess&quot; and I'm pretty sure many others are to. So for anybody who has ideas for a new program for someone to build or you want to make it you just don't know how. Put it here for everyone else to use or get ideas from it. <br/> <br/> P.S (Vijaye) I think we need some competitions going. That's be pretty fun.</blockquote> <br/> how easy is it to evolve mr turtle to a jet pack or wings? that be kind of kewl.Tue, 30 Jun 2009 20:58:03 Z2009-06-30T20:58:03Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#980bea05-8d29-47b5-9353-44bac70e3673http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#980bea05-8d29-47b5-9353-44bac70e3673Kniggleshttp://social.msdn.microsoft.com/Profile/en-US/?user=KnigglesIdeas for the idealesshow about a program that could read a any fourm find a question+right answer, print out the question, read a text input then surch to see how many &quot;words&quot; are the same in the right answer if  words = 3 then goto  if words = 4 goto   ect ect <br/>Thu, 02 Jul 2009 00:23:50 Z2009-07-02T00:23:50Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#d48765a5-b115-4b34-be8c-628a610b9870http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#d48765a5-b115-4b34-be8c-628a610b9870Kniggleshttp://social.msdn.microsoft.com/Profile/en-US/?user=KnigglesIdeas for the idealesswhen i get board i like to.<br/> <br/> think of the best &quot;you win&quot; screen and work out how i got here<a title=START href="http://www.teach-myself.com" title=START>.</a>Sun, 05 Jul 2009 20:34:25 Z2009-07-05T20:38:00Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#0185e893-1607-4123-adc7-8a9ef33a1e56http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#0185e893-1607-4123-adc7-8a9ef33a1e56SFC123http://social.msdn.microsoft.com/Profile/en-US/?user=SFC123Ideas for the idealessMost of the suggestions so far have been for games, how about some &quot;controls&quot; like in visiual basic that can be used in programs. For example, a way to add a scollable text box or a pop up calander. I know many would say just use visual basic but I find it fun to try and get these things to work with small basic.Tue, 07 Jul 2009 03:58:51 Z2009-07-07T03:58:51Zhttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#a4e62f23-f088-48ff-97ba-87f2e54dcfbehttp://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/24ad81c1-cd84-42a1-bee1-9937d182e9c4#a4e62f23-f088-48ff-97ba-87f2e54dcfbeThe Hackerhttp://social.msdn.microsoft.com/Profile/en-US/?user=The%20HackerIdeas for the idealessWell how about trying to make a visual wall clock or maybe a huge scenerary map type thing or pic that you can zoom in and out the when you are zoomed in you can scroll around the pic.Tue, 07 Jul 2009 06:05:20 Z2009-07-07T06:05:20Z