Poser une questionPoser une question
 

Discussion généraleIdeas for the idealess

  • mercredi 20 mai 2009 01:47The Hacker Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    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 "Idealess" 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.

    P.S (Vijaye) I think we need some competitions going. That's be pretty fun.

Toutes les réponses

  • mercredi 20 mai 2009 03:33The Hacker Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Here's a couple ideas.
    1. Poker
    2. Reversi
    3. Solitaire
    4. Galaga
    5. Ataris "Adventure" game
    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.
    7. Short Animations in the TextWindow
     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 "Adventure"
  • mercredi 20 mai 2009 21:06Smolna Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Here are some ideas:

    1.
    Write a program that simulates throwing a dice a lot of times and make some statistical analysis on the data.

    2.
    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!

    3.
    Write a program that can help you remember passwords and other dark secrets.
    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.

    4.
    Make a subroutine that can draw a diagram when given 2 arrays (X and Y).

    5
    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.

  • vendredi 22 mai 2009 23:08The Hacker Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Here is a simple dice roller to help people along with one of smolnas ideas.

    TextWindow.WriteLine("Welcome to the dice roller")
    While(1=1)
    TextWindow.WriteLine("How many sides?")
    R = TextWindow.ReadNumber()
    M = Math.GetRandomNumber(R)
    TextWindow.WriteLine("" + M)
    TextWindow.PauseWithoutMessage()
    TextWindow.Clear()
    EndWhile
  • jeudi 25 juin 2009 23:54The Hacker Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    1. Pac-Man
    2. Contacts System
    3. Physics Generator
  • vendredi 26 juin 2009 04:42Grzegorz TworekMVPMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    1. Yahdice with multiplayer and some AI
    2. "The worm" game
    3. Labyrinth generator - it's always funny for kids
    4. Conway's Game of life

    I wrote these programs in 8bit BASIC but now it may be difficult to find my tapes with source code ;)


    Grzesio
  • dimanche 28 juin 2009 20:45bigdaddyo Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    How's galaga & adventure going Hacker?  They'd both be nice.
  • dimanche 28 juin 2009 20:49The Hacker Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Well 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!
  • lundi 29 juin 2009 01:33The Hacker Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    Well it will probably be even longer then expected, I have run into some trouble with the bullets.

  • mardi 30 juin 2009 20:55Kniggles Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    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 "Idealess" 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.

    P.S (Vijaye) I think we need some competitions going. That's be pretty fun.
    'without prejudice '

    "just a random thought"

    link all the programs you av ever writtin in any form together and press "submit " or "play again.
  • mardi 30 juin 2009 20:58Kniggles Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    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 "Idealess" 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.

    P.S (Vijaye) I think we need some competitions going. That's be pretty fun.

    how easy is it to evolve mr turtle to a jet pack or wings? that be kind of kewl.
  • jeudi 2 juillet 2009 00:23Kniggles Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    how 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 "words" are the same in the right answer if  words = 3 then goto  if words = 4 goto   ect ect
  • dimanche 5 juillet 2009 20:34Kniggles Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    when i get board i like to.

    think of the best "you win" screen and work out how i got here.
  • mardi 7 juillet 2009 03:58SFC123 Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Most of the suggestions so far have been for games, how about some "controls" 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.
  • mardi 7 juillet 2009 06:05The Hacker Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Well 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.