<!DOCTYPE html>
<html lang="en">
 <head>
    <meta charset="UTF-8">
    <title>BCG 101</title>
    <link type="text/css" rel="stylesheet" href="style.css">
 </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 and Ads:</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/197607.jpg" target="_blank">
      <img src="img/BYTE197607.jpg" /></a>
      <figcaption><strong>July 1976, Ad in BYTE #10</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>