Skip to content

Instantly share code, notes, and snippets.

View Hobart's full-sized avatar

Jon Bailey Hobart

View GitHub Profile
@dominiccooney
dominiccooney / 80-column-graphics.html
Created March 25, 2015 14:38
Translate a Commodore PET BASIC graphics demo to JavaScript and HTML Canvas
<!DOCTYPE html>
<style>
canvas {
width: 640px;
height: 480px;
background: black;
}
</style>
<title>80 COLUMN GRAPHICS</title>
<canvas></canvas>