Re: Help with ideas.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hello Al


>Hello,
>
>A while back I was on this list then left but since then I have become
>fairly better at the logic of programming so now I have decided to come
>back to Euphoria. Right now I have sort of a programers block, I can't
>think of any ideas.

What bliss that must be. I always have many more Ideas than
I can even think about completing.


>Can someone on this list give me an idea for a program? Please note I am
>very new to Euphoria so go easy, I know nothing about graphics yet but I
>plan to learn. Thanks for an simple ideas you can give me.
>
>Al

Creating fractals might be a bit complex for a beginner and
writting paint program can be too if you have to learn how to
read mouse input as well as use drawing routines. What I would
suggest is first (if you haven't already) master the
text mode output routines:
  ?
  puts ()
  print ()
  position ()
  get_position ()

the input routines:
  get_key ()
  wait_key ()
  input_number ()
  input_string ()

then the drawing routines:
  ellipse ()
  draw_line ()
  polygon ()

And then figure out how to use what you know to make a simple
"Hangman" game. You'll learn a lot and then you'll be able to
advance to more complicated stuff.

later,
Lewis Townsend

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu