-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVintage BASIC - Games.html
More file actions
621 lines (621 loc) · 38.4 KB
/
Copy pathVintage BASIC - Games.html
File metadata and controls
621 lines (621 loc) · 38.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
<!DOCTYPE html>
<html>
<head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
<title>Vintage BASIC - Games</title>
<link rel="stylesheet" type="text/css" href="vintage_basic.css" />
</head>
<body>
<div class="page">
<div class="page-menu"
><div
><img style="width: 800px; height: 110px;" alt="Vintage BASIC - GOTO considered useful" src="images/vintage_basic_banner.png"
/></div
><div
><img style="width: 7px; height: 22px;" alt="[" src="images/menu_left.png"
/><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><a href="index.html"
><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><img style="width: 39px; height: 22px;" alt="Home" src="images/menu_home_inactive.png"
/><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/></a
><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><img style="width: 4px; height: 22px;" alt="|" src="images/menu_divider.png"
/><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><a href="download.html"
><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><img style="width: 79px; height: 22px;" alt="Download" src="images/menu_download_inactive.png"
/><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/></a
><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><img style="width: 4px; height: 22px;" alt="|" src="images/menu_divider.png"
/><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><a href="games.html"
><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_active.png"
/><img style="width: 49px; height: 22px;" alt="Games" src="images/menu_games_active.png"
/><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_active.png"
/></a
><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><img style="width: 4px; height: 22px;" alt="|" src="images/menu_divider.png"
/><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><a href="forums"
><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><img style="width: 59px; height: 22px;" alt="Donate" src="images/menu_forums_inactive.png"
/><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/></a
><img style="width: 8px; height: 22px;" alt=" " src="images/menu_spacer_inactive.png"
/><img style="width: 7px; height: 22px;" alt="]" src="images/menu_right.png"
/></div
></div
><div class="story"
><p>
The classic book <a href="http://www.amazon.com/BASIC-Computer-Games-Microcomputer-David/dp/0894800523">
<em>BASIC Computer Games</em></a>,
published by <a href="http://en.wikipedia.org/wiki/Creative_Computing">Creative Computing</a>,
inspired a generation of programmers. The games were written by many people, and compiled by
<a href="http://www.swapmeetdave.com/Ahl/DHAbio.htm">David H. Ahl</a>. The fabulous illustrations
accompanying each game were done by
<a href="http://www.bekerbots.com">George Beker</a>.
</p>
<p>
I've included all the games here for your tinkering pleasure.
I've tested and tweaked each one of them to make sure they'll run with Vintage BASIC, though you may see
a few oddities. That's part of the fun of playing with BASIC: it never works quite the same on two machines.
The games will play better if you keep CAPS LOCK on, as they were designed to be used with capital-letter
input.
</p>
<p>
The table below includes both links to the pages of the book at
<a href="http://www.atariarchives.org/basicgames/">atariarchives.org</a>,
and the source code for each game. I obtained most of the source code from
<a href="http://www.classicbasicgames.org">classicbasicgames.org</a>, with the exception
of Civil War and Super Star Trek, which I entered myself. The descriptions mainly come
from an earlier edition of the book, <em>101 BASIC Computer Games</em>, via the scans at
<a href="http://www.digibarn.com/collections/books/basicgames/">digibarn.com</a>.
All book content is provided with the express consent of
David H. Ahl, editor.
</p>
<p>
You can download the <strong>entire set</strong> of games as a tarball
(<a class="download" href="downloads/bcg.tar.gz">bcg.tar.gz</a>)
or a ZIP archive (<a class="download" href="downloads/bcg.zip">bcg.zip</a>).
</p>
</div
><div class="sidebar">
<img style="width: 240px; height: 240px;" src="images/bcg_cover.jpg"
/></div
><div class="rounded-table">
<table border="0" cellpadding="3px" cellspacing="0">
<thead>
<tr>
<th class="game">Game</th>
<th class="source">Source</th>
<th class="desc">Description</th>
</tr>
</thead>
<tfoot>
<tr>
<td class="game"> </td>
<td class="source"> </td>
<td class="desc"> </td>
</tr>
</tfoot>
<tbody>
<tr class="firstrow odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=2">Acey Ducey</a></td>
<td class="source"><a class="download" href="bcg/aceyducey.bas"><code>aceyducey.bas</code></a></td>
<td class="desc">Play acey-ducey with the computer</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=3">Amazing</a></td>
<td class="source"><a class="download" href="bcg/amazing.bas"><code>amazing.bas</code></a></td>
<td class="desc">Computer constructs a maze</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=4">Animal</a></td>
<td class="source"><a class="download" href="bcg/animal.bas"><code>animal.bas</code></a></td>
<td class="desc">Computer guesses animals and learns new ones from you</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=6">Awari</a></td>
<td class="source"><a class="download" href="bcg/awari.bas"><code>awari.bas</code></a></td>
<td class="desc">Ancient game of rotating beans in pits</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=9">Bagels</a></td>
<td class="source"><a class="download" href="bcg/bagels.bas"><code>bagels.bas</code></a></td>
<td class="desc">Guess a mystery 3-digit number by logic</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=10">Banner</a></td>
<td class="source"><a class="download" href="bcg/banner.bas"><code>banner.bas</code></a></td>
<td class="desc">Prints any message on a large banner</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=12">Basketball</a></td>
<td class="source"><a class="download" href="bcg/basketball.bas"><code>basketball.bas</code></a></td>
<td class="desc">Basketball game</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=14">Batnum</a></td>
<td class="source"><a class="download" href="bcg/batnum.bas"><code>batnum.bas</code></a></td>
<td class="desc">Match wits in a battle of numbers vs. the computer</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=15">Battle</a></td>
<td class="source"><a class="download" href="bcg/battle.bas"><code>battle.bas</code></a></td>
<td class="desc">Decode a matrix to locate enemy battleship</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=18">Blackjack</a></td>
<td class="source"><a class="download" href="bcg/blackjack.bas"><code>blackjack.bas</code></a></td>
<td class="desc">Blackjack (very comprehensive), Las Vegas rules</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=22">Bombardment</a></td>
<td class="source"><a class="download" href="bcg/bombardment.bas"><code>bombardment.bas</code></a></td>
<td class="desc">Destroy the computer's platoons with missles before it finds yours</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=24">Bombs Away</a></td>
<td class="source"><a class="download" href="bcg/bombsaway.bas"><code>bombsaway.bas</code></a></td>
<td class="desc">Fly World War II bombing missions</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=25">Bounce</a></td>
<td class="source"><a class="download" href="bcg/bounce.bas"><code>bounce.bas</code></a></td>
<td class="desc">Plot a bouncing ball</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=26">Bowling</a></td>
<td class="source"><a class="download" href="bcg/bowling.bas"><code>bowling.bas</code></a></td>
<td class="desc">Bowling at the neighborhood lanes</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=28">Boxing</a></td>
<td class="source"><a class="download" href="bcg/boxing.bas"><code>boxing.bas</code></a></td>
<td class="desc">3-round Olympic boxing match</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=30">Bug</a></td>
<td class="source"><a class="download" href="bcg/bug.bas"><code>bug.bas</code></a></td>
<td class="desc">Roll dice vs. the computer to draw a bug</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=32">Bullfight</a></td>
<td class="source"><a class="download" href="bcg/bullfight.bas"><code>bullfight.bas</code></a></td>
<td class="desc">You're the matador in a championship bullfight</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=34">Bullseye</a></td>
<td class="source"><a class="download" href="bcg/bullseye.bas"><code>bullseye.bas</code></a></td>
<td class="desc">Throw darts</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=35">Bunny</a></td>
<td class="source"><a class="download" href="bcg/bunny.bas"><code>bunny.bas</code></a></td>
<td class="desc">Computer drawing of the Playboy bunny</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=36">Buzzword</a></td>
<td class="source"><a class="download" href="bcg/buzzword.bas"><code>buzzword.bas</code></a></td>
<td class="desc">Compose your speeches with the latest buzzwords</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=37">Calendar</a></td>
<td class="source"><a class="download" href="bcg/calendar.bas"><code>calendar.bas</code></a></td>
<td class="desc">Calendar for any year</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=39">Change</a></td>
<td class="source"><a class="download" href="bcg/change.bas"><code>change.bas</code></a></td>
<td class="desc">Computer imitates a cashier</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=40">Checkers</a></td>
<td class="source"><a class="download" href="bcg/checkers.bas"><code>checkers.bas</code></a></td>
<td class="desc">Game of checkers</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=42">Chemist</a></td>
<td class="source"><a class="download" href="bcg/chemist.bas"><code>chemist.bas</code></a></td>
<td class="desc">Dilute kryptocyanic acid to make it harmless</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=43">Chief</a></td>
<td class="source"><a class="download" href="bcg/chief.bas"><code>chief.bas</code></a></td>
<td class="desc">Silly arithmetic drill</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=44">Chomp</a></td>
<td class="source"><a class="download" href="bcg/chomp.bas"><code>chomp.bas</code></a></td>
<td class="desc">Eat a cookie avoiding the poison piece (2 or more players)</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=46">Civil War</a></td>
<td class="source"><a class="download" href="bcg/civilwar.bas"><code>civilwar.bas</code></a></td>
<td class="desc">Fight the Civil War</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=50">Combat</a></td>
<td class="source"><a class="download" href="bcg/combat.bas"><code>combat.bas</code></a></td>
<td class="desc">Fight a small-scale war with the computer</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=52">Craps</a></td>
<td class="source"><a class="download" href="bcg/craps.bas"><code>craps.bas</code></a></td>
<td class="desc">Play craps (dice), Las Vegas style</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=53">Cube</a></td>
<td class="source"><a class="download" href="bcg/cube.bas"><code>cube.bas</code></a></td>
<td class="desc">Negotiate a 3-D cube avoiding hidden landmines</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=55">Depth Charge</a></td>
<td class="source"><a class="download" href="bcg/depthcharge.bas"><code>depthcharge.bas</code></a></td>
<td class="desc">Launch depth charges to destroy a submarine</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=56">Diamond</a></td>
<td class="source"><a class="download" href="bcg/diamond.bas"><code>diamond.bas</code></a></td>
<td class="desc">Prints 1-page diamond patterns</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=57">Dice</a></td>
<td class="source"><a class="download" href="bcg/dice.bas"><code>dice.bas</code></a></td>
<td class="desc">Summarizes dice rolls</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=58">Digits</a></td>
<td class="source"><a class="download" href="bcg/digits.bas"><code>digits.bas</code></a></td>
<td class="desc">Computer tries to guess digits you select at random</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=60">Even Wins</a></td>
<td class="source"><a class="download" href="bcg/evenwins.bas"><code>evenwins.bas</code></a></td>
<td class="desc">Take objects from a pile—try to end with an even number</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=62">Game of Even Wins</a></td>
<td class="source"><a class="download" href="bcg/gameofevenwins.bas"><code>gameofevenwins.bas</code></a></td>
<td class="desc">Same as Even Wins—computer improves its play</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=63">Flip Flop</a></td>
<td class="source"><a class="download" href="bcg/flipflop.bas"><code>flipflop.bas</code></a></td>
<td class="desc">Solitaire logic game—change a row of Xs to Os</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=64">Ftball</a></td>
<td class="source"><a class="download" href="bcg/ftball.bas"><code>ftball.bas</code></a></td>
<td class="desc">American football—you vs. the computer</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=67">Football</a></td>
<td class="source"><a class="download" href="bcg/football.bas"><code>football.bas</code></a></td>
<td class="desc">American football for two players</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=69">Fur Trader</a></td>
<td class="source"><a class="download" href="bcg/furtrader.bas"><code>furtrader.bas</code></a></td>
<td class="desc">Trade furs with the white man</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=71">Golf</a></td>
<td class="source"><a class="download" href="bcg/golf.bas"><code>golf.bas</code></a></td>
<td class="desc">Golf game—choose your clubs and swing</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=74">Gomoko</a></td>
<td class="source"><a class="download" href="bcg/gomoko.bas"><code>gomoko.bas</code></a></td>
<td class="desc">Ancient board game of logic and strategy</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=75">Guess</a></td>
<td class="source"><a class="download" href="bcg/guess.bas"><code>guess.bas</code></a></td>
<td class="desc">Guess a mystery number—computer gives you clues</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=77">Gunner</a></td>
<td class="source"><a class="download" href="bcg/gunner.bas"><code>gunner.bas</code></a></td>
<td class="desc">Fire a cannon at a stationary target</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=78">Hammurabi</a></td>
<td class="source"><a class="download" href="bcg/hammurabi.bas"><code>hammurabi.bas</code></a></td>
<td class="desc">Govern the ancient city-state of Sumeria</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=80">Hangman</a></td>
<td class="source"><a class="download" href="bcg/hangman.bas"><code>hangman.bas</code></a></td>
<td class="desc">Hangman word guessing game</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=82">Hello</a></td>
<td class="source"><a class="download" href="bcg/hello.bas"><code>hello.bas</code></a></td>
<td class="desc">Computer becomes your friendly psychiatrist</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=83">Hexapawn</a></td>
<td class="source"><a class="download" href="bcg/hexapawn.bas"><code>hexapawn.bas</code></a></td>
<td class="desc">Hexapawn game</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=85">Hi-Lo</a></td>
<td class="source"><a class="download" href="bcg/hi-lo.bas"><code>hi-lo.bas</code></a></td>
<td class="desc">Try to hit the mystery jackpot</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=86">High I-Q</a></td>
<td class="source"><a class="download" href="bcg/highiq.bas"><code>highiq.bas</code></a></td>
<td class="desc">Try to remove all the pegs from a board</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=88">Hockey</a></td>
<td class="source"><a class="download" href="bcg/hockey.bas"><code>hockey.bas</code></a></td>
<td class="desc">Ice hockey, two players</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=92">Horserace</a></td>
<td class="source"><a class="download" href="bcg/horserace.bas"><code>horserace.bas</code></a></td>
<td class="desc">Off-track betting on a horse race</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=94">Hurkle</a></td>
<td class="source"><a class="download" href="bcg/hurkle.bas"><code>hurkle.bas</code></a></td>
<td class="desc">Find the Hurkle hiding on a 10x10 grid</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=95">Kinema</a></td>
<td class="source"><a class="download" href="bcg/kinema.bas"><code>kinema.bas</code></a></td>
<td class="desc">Drill in simple kinematics</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=96">King</a></td>
<td class="source"><a class="download" href="bcg/king.bas"><code>king.bas</code></a></td>
<td class="desc">Govern a modern island kingdom wisely</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=99">Letter</a></td>
<td class="source"><a class="download" href="bcg/letter.bas"><code>letter.bas</code></a></td>
<td class="desc">Guess a mystery letter—computer gives you clues</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=100">Life</a></td>
<td class="source"><a class="download" href="bcg/life.bas"><code>life.bas</code></a></td>
<td class="desc">John Conway's Game of Life</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=102">Life For Two</a></td>
<td class="source"><a class="download" href="bcg/lifefortwo.bas"><code>lifefortwo.bas</code></a></td>
<td class="desc">Competitive game of Life (two or more players)</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=104">Literature Quiz</a></td>
<td class="source"><a class="download" href="bcg/litquiz.bas"><code>litquiz.bas</code></a></td>
<td class="desc">Children's literature quiz</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=105">Love</a></td>
<td class="source"><a class="download" href="bcg/love.bas"><code>love.bas</code></a></td>
<td class="desc">Robert Indiana's artwork, your message</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=106">Lunar</a></td>
<td class="source"><a class="download" href="bcg/lunar.bas"><code>lunar.bas</code></a></td>
<td class="desc">Land an Apollo capsule on the moon</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=107">LEM</a></td>
<td class="source"><a class="download" href="bcg/lem.bas"><code>lem.bas</code></a></td>
<td class="desc">Very comprehensive lunar landing</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=109">Rocket</a></td>
<td class="source"><a class="download" href="bcg/rocket.bas"><code>rocket.bas</code></a></td>
<td class="desc">Lunar landing from 500 feet (with plot)</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=110">Master Mind</a></td>
<td class="source"><a class="download" href="bcg/mastermind.bas"><code>mastermind.bas</code></a></td>
<td class="desc">Guess the colors of pegs—then the computer guesses yours</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=113">Math Dice</a></td>
<td class="source"><a class="download" href="bcg/mathdice.bas"><code>mathdice.bas</code></a></td>
<td class="desc">Children's arithmetic drill using pictures of dice</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=114">Mugwump</a></td>
<td class="source"><a class="download" href="bcg/mugwump.bas"><code>mugwump.bas</code></a></td>
<td class="desc">Locate 4 mugwumps hiding on a 10x10 grid</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=116">Name</a></td>
<td class="source"><a class="download" href="bcg/name.bas"><code>name.bas</code></a></td>
<td class="desc">An ice-breaker with the computer</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=117">Nicomachus</a></td>
<td class="source"><a class="download" href="bcg/nicomachus.bas"><code>nicomachus.bas</code></a></td>
<td class="desc">Computer guesses number you think of</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=118">Nim</a></td>
<td class="source"><a class="download" href="bcg/nim.bas"><code>nim.bas</code></a></td>
<td class="desc">Chinese game of Nim</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=121">Number</a></td>
<td class="source"><a class="download" href="bcg/number.bas"><code>number.bas</code></a></td>
<td class="desc">Silly number matching game</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=122">One Check</a></td>
<td class="source"><a class="download" href="bcg/onecheck.bas"><code>onecheck.bas</code></a></td>
<td class="desc">Challenging game to remove checkers from a board</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=124">Orbit</a></td>
<td class="source"><a class="download" href="bcg/orbit.bas"><code>orbit.bas</code></a></td>
<td class="desc">Destroy an orbiting germ-laden enemy spaceship</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=126">Pizza</a></td>
<td class="source"><a class="download" href="bcg/pizza.bas"><code>pizza.bas</code></a></td>
<td class="desc">Deliver pizzas successfully</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=128">Poetry</a></td>
<td class="source"><a class="download" href="bcg/poetry.bas"><code>poetry.bas</code></a></td>
<td class="desc">Computer composes random poetry</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=129">Poker</a></td>
<td class="source"><a class="download" href="bcg/poker.bas"><code>poker.bas</code></a></td>
<td class="desc">Poker game</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=133">Queen</a></td>
<td class="source"><a class="download" href="bcg/queen.bas"><code>queen.bas</code></a></td>
<td class="desc">Move a single chess queen vs. the computer</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=135">Reverse</a></td>
<td class="source"><a class="download" href="bcg/reverse.bas"><code>reverse.bas</code></a></td>
<td class="desc">Order a series of numbers by reversing</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=137">Rock, Scissors, Paper</a></td>
<td class="source"><a class="download" href="bcg/rockscissors.bas"><code>rockscissors.bas</code></a></td>
<td class="desc">Game of rock, scissors, paper</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=138">Roulette</a></td>
<td class="source"><a class="download" href="bcg/roulette.bas"><code>roulette.bas</code></a></td>
<td class="desc">European roulette table</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=141">Russian Roulette</a></td>
<td class="source"><a class="download" href="bcg/russianroulette.bas"><code>russianroulette.bas</code></a></td>
<td class="desc">Russian roulette</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=142">Salvo</a></td>
<td class="source"><a class="download" href="bcg/salvo.bas"><code>salvo.bas</code></a></td>
<td class="desc">Destroy an enemy fleet of ships</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=146">Sine Wave</a></td>
<td class="source"><a class="download" href="bcg/sinewave.bas"><code>sinewave.bas</code></a></td>
<td class="desc">Draw a sine wave on screen</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=147">Slalom</a></td>
<td class="source"><a class="download" href="bcg/slalom.bas"><code>slalom.bas</code></a></td>
<td class="desc">Simulates a slalom run</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=149">Slots</a></td>
<td class="source"><a class="download" href="bcg/slots.bas"><code>slots.bas</code></a></td>
<td class="desc">Slot machine (one-armed bandit)</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=151">Splat</a></td>
<td class="source"><a class="download" href="bcg/splat.bas"><code>splat.bas</code></a></td>
<td class="desc">Open a parachute at the last possible moment</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=153">Stars</a></td>
<td class="source"><a class="download" href="bcg/stars.bas"><code>stars.bas</code></a></td>
<td class="desc">Guess a mystery number—stars give you clues</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=154">Stock Market</a></td>
<td class="source"><a class="download" href="bcg/stockmarket.bas"><code>stockmarket.bas</code></a></td>
<td class="desc">Stock market simulation</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=157">Super Star Trek</a></td>
<td class="source"><a class="download" href="bcg/superstartrek.bas"><code>superstartrek.bas</code></a></td>
<td class="desc">Comprehensive game of Star Trek</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=159">Super Star Trek: Instructions</a></td>
<td class="source"><a class="download" href="bcg/superstartrekins.bas"><code>superstartrekins.bas</code></a></td>
<td class="desc">Instructions for Super Star Trek</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=164">Synonym</a></td>
<td class="source"><a class="download" href="bcg/synonym.bas"><code>synonym.bas</code></a></td>
<td class="desc">Word synonym drill</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=165">Target</a></td>
<td class="source"><a class="download" href="bcg/target.bas"><code>target.bas</code></a></td>
<td class="desc">Destroy a target in 3-D space—very tricky</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=167">3-D Plot</a></td>
<td class="source"><a class="download" href="bcg/3dplot.bas"><code>3dplot.bas</code></a></td>
<td class="desc">Plot families of curves—looks 3-dimensional</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=168">3-D Tic-Tac-Toe</a></td>
<td class="source"><a class="download" href="bcg/qubit.bas"><code>qubit.bas</code></a></td>
<td class="desc">Game of tic-tac-toe in a 4x4x4 cube</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=171">Tic-Tac-Toe 1</a></td>
<td class="source"><a class="download" href="bcg/tictactoe1.bas"><code>tictactoe1.bas</code></a></td>
<td class="desc">Simple version</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=172">Tic-Tac-Toe 2</a></td>
<td class="source"><a class="download" href="bcg/tictactoe2.bas"><code>tictactoe2.bas</code></a></td>
<td class="desc">This version prints out the board</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=173">Tower</a></td>
<td class="source"><a class="download" href="bcg/tower.bas"><code>tower.bas</code></a></td>
<td class="desc">Towers of Hanoi puzzle</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=175">Train</a></td>
<td class="source"><a class="download" href="bcg/train.bas"><code>train.bas</code></a></td>
<td class="desc">Time-speed-distance quiz</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=176">Trap</a></td>
<td class="source"><a class="download" href="bcg/trap.bas"><code>trap.bas</code></a></td>
<td class="desc">Trap a mystery number—computer gives you clues</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=177">23 Matches</a></td>
<td class="source"><a class="download" href="bcg/23matches.bas"><code>23matches.bas</code></a></td>
<td class="desc">Game of 23 matches—try not to take the last one</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=178">War</a></td>
<td class="source"><a class="download" href="bcg/war.bas"><code>war.bas</code></a></td>
<td class="desc">Card game of war</td>
</tr>
<tr class="odd">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=179">Weekday</a></td>
<td class="source"><a class="download" href="bcg/weekday.bas"><code>weekday.bas</code></a></td>
<td class="desc">Facts about your birthday</td>
</tr>
<tr class="even">
<td class="game"><a href="http://www.atariarchives.org/basicgames/showpage.php?page=181">Word</a></td>
<td class="source"><a class="download" href="bcg/word.bas"><code>word.bas</code></a></td>
<td class="desc">Word guessing game</td>
</tr>
</tbody>
</table>
</div>
<div class="copyright"
><small>© 2009–2017 Lyle Kopnicky</small>
</div
></div
></body>
</html>