Difference between revisions of "CWTA Issue 43 - July 1988 - Type-Ins"
From CPCWiki - THE Amstrad CPC encyclopedia!
(Created page with "The following listings were published in the July 1988 issue of ''Computing_with_the_Amstrad'': === Type-Ins === * Codemaster (R. Jackson) * Simon (Alistair Young) * Spa...") |
|||
Line 30: | Line 30: | ||
Image:Newmarket43.png|<center>Newmarket</center> | Image:Newmarket43.png|<center>Newmarket</center> | ||
Image:Letterhead43.png|<center>Letterhead Designer</center> | Image:Letterhead43.png|<center>Letterhead Designer</center> | ||
− | /gallery></center> | + | </gallery></center> |
{{DEFAULTSORT:Computing With The Amstrad 1988-07 Type-Ins}} | {{DEFAULTSORT:Computing With The Amstrad 1988-07 Type-Ins}} | ||
[[Category:Computing With The Amstrad Type-Ins]] | [[Category:Computing With The Amstrad Type-Ins]] |
Revision as of 04:36, 31 July 2020
The following listings were published in the July 1988 issue of Computing_with_the_Amstrad:
Contents
Type-Ins
- Codemaster (R. Jackson)
- Simon (Alistair Young)
- Space Attack (Stephen McCormick)
- Menuetto (Alistair Young) NB corrected September 1988
- Walker (Alistair Young)
- Sort (Simon Monk and Sue Bradshaw)
- Newmarket (Steve Bissell)
- Letterhead Designer (Chris Nixon) NB corrected August 1988
Notes
- All files here originally created by Nich Campbell.
- Sorting Algorithms: Bubble sort (BUBBSORT.BAS), Quick sort (QUICSORT.BAS) and Shell sort (SHELSORT.BAS). First LOAD"SORTTEST" to load the testing routine, then type MERGE"BUBBSORT" or MERGE"QUICSORT" or MERGE"SHELSORT" to merge the appropriate sorting algorithm with the testing routine.