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...") |
(No difference)
|
Revision as of 10:23, 30 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.