From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_20,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,13717fdb90d942 X-Google-Attributes: gid103376,public From: Steve Subject: Re: Would someone help a struggling ADA student Date: 1998/10/08 Message-ID: <6vii5f$2gn$1@news.campus.mci.net>#1/1 X-Deja-AN: 399004909 Organization: CampusMCI Newsgroups: comp.lang.ada Date: 1998-10-08T00:00:00+00:00 List-Id: I have code written that will compete two players (whether two human, two computer, or computer vs human). Unfortunately the code I have written is for very basic play. The code I need will have to take my stradegy and play other's stradegy. My basic code will only fire random shots at the 10x10 board. I have my stradegy but I'm not sure how to write it in ADA. I am going to set up an array and use a few nested loops but I haven't done that in a long time. If I were to send you the code that I already have, could you tell me where to go next. Any advise would be greatly appreciated.