I have been busy for hours to find a Perl game that really works, I couldn't find it. There were straight links, but they were links to links to links.

That's how you find things on the WWW. That is the most basic premise of the WWW, it's the whole reason it started and became popular - Links. I showed you 2 sites that will contain games that meet your criteria *(see below). You have to separate the wheat from the chaff. That's part of research.

The direct link I got that really worked was: Pinball, but it turned out to be not a Perl program it only starts via the Perl interpreter, the actual program is in C or something it is already there in windows nt.

That was a joke.

And there's the direct?? link to frozen bubble, well in fact it was written in Perl but the download itself is NOT working in Perl.

That's because the developer took the time to compile it for you in a nice easy package (generally not done). But you are more than welcome to download the source code (which is clearly listed on the page you downloaded the binary from)

You say you got to do a lot of research to learn programming. That is in fact not necessary when there are good programming books, I even found good ones.

Finding a book and reading it -> That's research.
We'll make a comparison here with bookstores (since you brought up books) with what you have been doing here. You burst into a bookstore and pick out the first person you see, who happens to not work there, and is just browsing. You tell them all these requirements for book you want. The person is kind enough to tell you such a thing doesn't quite exist, but they know what you need and tell you the aisle to find it on. You say 'That's not good enough, you go get it'. They happily get the book and you tell them 'It's not good enough'.

If you still don't agree with me than tell me the exact link, it's as simple as that.

I'm not going to do it. Here's why:

*See the criteria for the link

You don't even know that your criteria is arbitrary.

2. It must run in Perl (created in Perl is irrelevant)

You have a basic misunderstanding between source code and compiled programs.

7. After download the Perl game must be able to install by just clicking on an icon and following easy installation procedure, 'easy' is where the user only has to click in some spaces like "yes I agree" and "no I won't copy the program to sell it". I don't mind if active perl 5.8.8 has to be installed beforehand. 8. No extra operating system extensions or extra complex Perl language extensions have to be installed for the program to be installed. No updates of any kind should be necessary to install the game. No shell should be needed to install!

No complicated game will ever write graphic handling code from scratch. They load modules that handle it. I don't care what language it is Java, C, or VB.

People have tried to explain this to you but you won't listen.



grep
One dead unjugged rabbit fish later

In reply to Re^5: Do complicated Perl games really exist? by grep
in thread Do complicated Perl programs really exist? by newbie

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.