mirror of
https://github.com/rfivet/BCG101.git
synced 2024-11-15 16:56:04 -05:00
30 lines
797 B
HTML
30 lines
797 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 adantage 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>
|