Skip to content

Instantly share code, notes, and snippets.

View MichaelCorduroy's full-sized avatar

MichaelCorduroy MichaelCorduroy

View GitHub Profile
@MichaelCorduroy
MichaelCorduroy / colorconwaysgol.html
Created July 24, 2024 16:30
Conway's Colorful Game of Life: a simple and colorful rendition of Conway's game of Life done in JS + HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conway's Game of Life</title>
<link rel="icon" type="image/x-icon" href="res/sully.png">
<style>
body {
font-family: Arial, sans-serif;