37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
-
+
|
`LIFE .BA` -101- Conway's game of life, written in BASIC by Clark Baker, Project DELTA, Delaware School Auxilliary Association, Newport, Delaware.
`LIFE2 .BA` -101- Two players place pieces on the board and the rules of Conway's game of life determines who survies. Written by Brian Wyvill, Bradford University, Bradford, Yorkshire, England.
`MONPLY.BA` -101- Simulation of the board game, Monopoly, by David Barker, Southeastern State College, Durant, OK. Ported to OS/8 BASIC by Kay R. Fisher who eliminated the original RSTS-E virtual files.
`POKER .BA` -- Corrupted file. To be replaced.
`POKER .BA` -101- Play poker against the computer. Original author: A. Christopher Hall, Trinity College, Hartford, CT. Re-ported to OS/8 BASIC from [CPM Users Group POKER.BAS](https://amaus.org/static/S100/MESSAGE%20BOARDS/CPM%20Users%20Group/cpmug020/POKER.BAS) source by Bill Cattey. CPM User Group posting had missing bits, and a couple constructs OS/8 BASIC didn't like.
`ROCKET.BA` -- Corrupted file. To be replaced if possible.
`ROCKT1.BA` -- Corrupted file. To be replaced if possible.
`ROULET.BA` -- Corrupted file. To be replaced if possible.
|
66
67
68
69
70
71
72
|
66
67
68
69
70
71
72
73
74
75
76
77
78
|
+
+
+
+
+
+
|
`WUMPUS.BA` ----- Hunt the wumpus.
`YAHTZE.BA` -101- Dice game of Yahtze. Author unknown. Quite an elaborate and comprehensive implementation.
Also on the `SYS:` partition is:
`RESEQ.BA` -- Re-sequence line numbers of a BASIC program.
## License
Copyright © 2017 by Bill Cattey. This document is licensed under the terms of [the SIMH license][sl].
[sl]: https://tangentsoft.com/pidp8i/doc/trunk/SIMH-LICENSE.md
|