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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,604b73207b20f6c7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-31 01:06:17 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: ehrohdin@hotmail.com (=?ISO-8859-1?Q?H=E5kan_Rohdin?=) Newsgroups: comp.lang.ada Subject: Re: package for drawing geometric figures Date: 31 Mar 2002 01:06:17 -0800 Organization: http://groups.google.com/ Message-ID: References: <3CA626A7.510D87C7@adaworks.com> NNTP-Posting-Host: 130.236.215.61 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1017565577 18526 127.0.0.1 (31 Mar 2002 09:06:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 31 Mar 2002 09:06:17 GMT Xref: archiver1.google.com comp.lang.ada:21913 Date: 2002-03-31T09:06:17+00:00 List-Id: Richard Riehle wrote in message news:<3CA626A7.510D87C7@adaworks.com>... > H�kan Rohdin wrote: > > > Hello! > > > > I'm looking for a package to be able to create lines, circles and > > other geometric figures. It's going to be used in a simple game. Is > > this possible and if so, is it going to be hard. > > > > I'm all new to Ada so please be kind to me :-) > > If you are new to Ada, I am going to suggest the great little > set of libraries called JEWL created by John English. My > beginning Ada students have been able to create games, > graphical output of computations, small text editors, and > a whole range of interesting beginning level programs > using it. You can download the most recent version > of it from > > http://www.adapower.com. > > Caution. JEWL is intended for beginners. There is a lot > of stuff that is not included. However, for someone who > just wants to have some fun with Ada early in their learning, > it is as easy to use as Ada.Text_IO and loads more fun. > > Richard Riehle This package seems to have what I'm looking for, but it's for MS Windows. The game is going to be used on SunOS, running CDE. It's going to be a version of Hearts, the game of cards. Does anybody know of any other package that does work under Unix.