22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
-
+
|
`DICE .BA` -101- Simulates rolling of dice, and prints the distribution of values returned.
`FOOTBL.BA` -101- The first of two football simulations found in *101 BASIC Computer Games*.
`FOTBAL.BA` -101- The second of two football simulations found in *101 BASIC Computer Games*. Written by Raymond W. Miseyka, Butler Sr. High School, Butler, PA.
`GOLF .BA` -- A not so great golf simulation. The one in *101 BASIC Computer Games* looks a lot better.
`GOLF .BA` ----- A not so great golf simulation. The one in *101 BASIC Computer Games* looks a lot better.
`HELLO .BA` -101- Simple conversation program where Petey P. Eight gives advice.
`HOCKEY.BA` -101- Simulation of regulation hockey game. Written by Charles Buttrey, Eaglebrook School, Deerfield, MA .
`KING .BA` -101- Land management simulation by James A. Storer, Lexington High School, Lexington, MA.
Missing a bit of the text output in the game published in the 1975 edition of *101 BASIC Computer Games*, but functionally equivalent.
|
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
-
+
-
+
-
+
|
`ROCKT1.BA` -101- Another Lunar Lander Simulator. Written by Eric Peters, Digital. Thought lost. Recovered from [Dave Gesswein's Archive](http://www.pdp8online.com/pdp8cgi/os8_html/ROCKT1.BA?act=file;fn=images/os8/diag-games-kermit.rk05;to=ascii;blk=570,8,1;plain=1).
`ROULET.BA` ----- European Roulette Wheel game. Written by David Joslin. Converted to BASIC-PLUS by David Ahl, Digital. Ported to OS/8 BASIC By Kay R. Fisher, DEC. Thought lost. Recoverdd from [Dave Gesswein's Archive](http://www.pdp8online.com/pdp8cgi/os8_html/ROULET.BA?act=file;fn=images/os8/diag-games-kermit.rk05;to=ascii;blk=578,17,1;plain=1)
`SIGNS .BA` -- Program to print posters by Daniel R. Vernon, Butler High School, Butler PA. When I tested the program under OS/8 BASIC I kept getting `SU AT LINE 00261` which is a Subscript out of Bounds error.
`SNOOPY.BA` -- The old "Curse You Red Barron" Snoopy poster.
`SNOOPY.BA` ----- The old "Curse You Red Barron" Snoopy poster.
`SPACWR.BA` -101- Space war game based on classic Star Trek. Game written by Mike Mayfield, Centerline Engineering.
`TICTAC.BA` ----- Play tic-tac-toe with the computer. Simple version. Thought lost. Recovered from [Dave Gesswein's Archive](http://www.pdp8online.com/pdp8cgi/os8_html/TICTAC.BA?act=file;fn=images/os8/diag-games-kermit.rk05;to=ascii;blk=595,7,1;plain=1).
`WAR .BA` -- Corrupted file. To be replaced if possible.
`WAR .BA` -101- Play the game of war against the computer. Was thought lost. Recovered from [Dave Gesswein's Archive](). However, that port to OS/8 BASIC contained a bug and could never run. Line 230 defines the array for the cards. In OS/8 BASIC the maximum string size needed to be specified, as well as the number of strings. 230 DIM A$(52,3),L(54) will not accomodate the 10-value card. The 3 needed to be a 4. Program fixed and run-tested.
`WAR2 .BA` -101- Written by Bob Dores, Milton, MA. A battle with 72,000 soldiers you deploy to Army, Navy, and Air Force against the computer.
`WEKDAY.BA` -101- Input a birth date and learn fun facts like how many years have been spent sleeping in the elapsed time. Written by Tom Kloos, Oregon Museum of Science and 'Industry.
`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.
`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
|