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

46 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BCG 101</title>
<style>
body {
width: 1024px ;
margin-left: auto ;
margin-right: auto ;
}
</style>
</head>
<body>
<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>
<li>Refactor to take advantage of BASIC implementation.</li>
</ul>
<h3>Book Covers:</h3>
<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/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>