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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,341058becac90668,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-08 19:50:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!news.cc.ukans.edu!stl-feed.news.verio.net!newsreader.wustl.edu!gumby.it.wmich.edu!aanews.merit.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Feedback wanted: Breakout game using SDL Date: Wed, 8 Jan 2003 22:46:16 -0500 Organization: Michigan State University Message-ID: Reply-To: "Chad R. Meiners" NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:32798 Date: 2003-01-08T22:46:16-05:00 List-Id: At http://www.cse.msu.edu/~meinersc/bricks/abricks.zip is breakout game I wrote in Ada using the AdaSDL thick binding. I fortunately had some spare time to clean up the code for the game, and I am making the new and improved code (and a w32 binary) available under the GPL. I would like the following feedback if any of you have the time. 1. Performance : How does the game perform on your computer? 2. Portability : I only have access to win2K machines. If someone is willing to try and build the program on Linux or Mac, I would welcome feedback on the results. 3. Thick Binding Clarity : The purpose of writing to game was to test how easy the AdaSDL thick binding is to use. Does the binding look convenient and easy to use? The game is in a basic stage. You do not have to worry about losing the game and you knock bricks down until you feel like quitting. In time, I plan on adding bells and whistles to the game. Thank you, CRM