JS GoL

A Customizeable Game of Life implementation

in Javascript

JSGoL Screenshot

JSGoL is a user-friendly, customizeable implementation of Conway's Game of Life

Random boards, or edit/make your own

Customize colors, cell size, and animation speeds

JSGoL was coded in vanilla Javascript using HTML Canvas for rendering

JSGoL Screenshot
JSGoL Screenshot

Features:

Selectable Cell Size

Customizable Colors

Variable Animation Speeds

Random Board Generation

Custom Board Editing

Reflection

Repo available: Click Here

Try it out: Click Here

JSGoL, created in 2023, was an effort to refresh my JavaScript skills while having some fun. Having not worked with JavaScript for several years, I wanted a practical project to re-engage with the language.

For those unfamiliar, the Game of Life is a mathematical "game" developed by John Conway, serving as both a fascinating model of cellular automata and a compelling programming challenge. Through this project I gained significant experience not just in Javascript but in responsive design and optimization as well.