1
0
mirror of https://github.com/rfivet/BCG101.git synced 2024-12-18 08:06:27 -05:00
BCG101/docs/index.html

44 lines
1.6 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2024-04-17 04:21:17 -04:00
<meta charset="UTF-8">
<title>BCG 101</title>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
2024-04-17 04:21:17 -04:00
<h1>BCG101: 101 BASIC COMPUTER GAMES</h1>
<h3>Methodology:</h3>
<ul>
<li>Proof read code from 1975 3rd printing.</li>
<li>Quick port to EDUSystem 50 for testing.</li>
2024-06-04 01:15:36 -04:00
<li>Refactor to take advantage of BASIC implementation.</li>
</ul>
<h3>Book Covers and Ads:</h3>
2024-06-29 04:18:20 -04:00
<figure>
<a href="img/1973.jpg" target="_blank">
<img src="img/BCG1973.jpg" /></a>
<figcaption><strong>July 1973, $5</strong></figcaption></figure>
<figure>
<a href="img/1974.jpg" target="_blank">
<img src="img/BCG1974.jpg" /></a>
<figcaption><strong>April 1974, $7.50</strong></figcaption></figure>
<figure>
<a href="img/1975.jpg" target="_blank">
<img src="img/BCG1975.jpg" /></a>
<figcaption><strong>March 1975, $7.50</strong></figcaption></figure>
<figure>
<a href="img/197607.jpg" target="_blank">
<img src="img/BYTE197607.jpg" /></a>
<figcaption><strong>July 1976, Ad in BYTE #10</strong></figcaption></figure>
2024-06-29 04:18:20 -04:00
<figure>
<a href="img/197801.jpg" target="_blank">
<img src="img/BCG197801.jpg" /></a>
<figcaption><strong>January 1978, $7.50</strong></figcaption></figure>
<figure>
<a href="img/1978.jpg" target="_blank">
<img src="img/BCG197810.jpg" /></a>
<figcaption><strong>October 1978, $7.95</strong></figcaption></figure>
<hr>© 2024 Renaud Fivet
</body>
</html>