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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1fb1fb1860bb409a,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-13 17:49:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.freenet.de!newsfeed.stueberl.de!newspeer1-gui.server.ntli.net!ntli.net!news11-gui.server.ntli.net.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada Subject: [Design]: Lintohl X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Fri, 14 Jun 2002 01:49:11 +0100 NNTP-Posting-Host: 80.5.140.234 X-Complaints-To: abuse@ntlworld.com X-Trace: news11-gui.server.ntli.net 1024015775 80.5.140.234 (Fri, 14 Jun 2002 01:49:35 BST) NNTP-Posting-Date: Fri, 14 Jun 2002 01:49:35 BST Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:25912 Date: 2002-06-14T01:49:11+01:00 List-Id: Hi all, Would anyone be willing to take a look at the current requirements and specs for Lintohl, (a Tetris-like game using gwindows) and give some feedback? It might not sound complex enough to require a formalisation of requirements, specs, design (and so on) but the project is as much about putting the theory from this years Software Design course into practise as it is about learning a little about game development or improving my Ada skills (besides, if somethings worth doing, it's worth doing right). My concern is that there's too much detail or information in the requirements, and that some of it would go better in the specification. Usually I'd write a lengthy requirements document and then set about the design before implementing, but the goals are different this time; I want to mature my development skills and learn new ways of doing things. The documentation is also important since it will be included with the source of Lintohl, to encounrage ppl to include their designs with their code. One of the reasons I won't modify or sometimes even look at others code is that although the design is in the code, you've got to look at what it all does before you can make any modifications (to take into account the effects a change may affect). Knowing both what the codes supposed to do, and what it actually does is also benefitial as any differences between the intention and implementation can be indentified quickier and easier. The document can be found here: http://willowplan.tripod.com/lintohlreqs.swx http://willowplan.tripod.com/lintohlreqs.doc One is OpenOffice format (might work with StarOffice but haven't tried it), and the other is Word 97/2000 format. Both should be 100% free of macros of any sort, but if you do find any macro viruses should you scan them let me know. Regards, Chris