1
0
mirror of https://github.com/rfivet/BCG101.git synced 2024-06-18 06:25:27 +00:00
BCG101/docs/index.html
2024-06-04 13:15:36 +08:00

30 lines
798 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BCG 101</title>
<style>
img {
width: 33%;
height: 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>
<img src="img/1973.jpg" /> 1973 $5<br>
<img src="img/1974.jpg" /> 1974 $7.50<br>
<img src="img/1975.jpg" /> 1975 $7.50<br>
<img src="img/1978.jpg" /> 1978 $7.95
<hr>Copyright © 2024 Renaud Fivet
</body>
</html>