Skip to content

Commit

Permalink
add conway's game of life to project list
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLesirge committed Dec 22, 2024
1 parent bad3426 commit 3fdd2db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Visit the project list here: https://michaellesirge.github.io/simple-web-project
0. [rock-paper-scissors-battle](https://michaellesirge.github.io/simple-web-projects/rock-paper-scissors-battle)🪨📃✂️
0. [pid-demo](https://michaellesirge.github.io/simple-web-projects/pid-demo)🤖⚙️
0. [text-changer](https://michaellesirge.github.io/simple-web-projects/text-changer)🌀🔤
0. [conway](https://michaellesirge.github.io/simple-web-projects/conway) 🧬🎮
0. [chess](https://michaellesirge.github.io/simple-web-projects/chess)♟️🎯
0. [tetris](https://michaellesirge.github.io/simple-web-projects/tetris)🕹️🧩
0. [roman-numerals](https://michaellesirge.github.io/simple-web-projects/roman-numerals)🔢🏛️
Expand Down
Binary file added images/conway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,6 @@ <h1>My Random Projects</h1>
const projectsElement = document.querySelector(".projects");

const projects = [
{
name: "fancy-effects",
title: "Random Effects ⭐🎨",
desc: "Some random interesting canvas projects. Probably my favorite.",
},
{
name: "rock-paper-scissors-battle",
title: "Battle Royal 🪨📃✂️",
Expand All @@ -208,6 +203,16 @@ <h1>My Random Projects</h1>
title: "Roman Numeral 🏛️🔢",
desc: "Tool for roman numerals, with real time updates and explanations",
},
{
name: "conway",
title: "Conway's Game of Life 🧬🎮",
desc: "Conway's Game of Life and Boids with colors and a few extra features",
},
{
name: "fancy-effects",
title: "Random Effects ⭐🎨",
desc: "Some random interesting canvas projects. Probably my favorite.",
},
{
name: "chess",
title: "Chess ♟️🎯",
Expand Down

0 comments on commit 3fdd2db

Please sign in to comment.