Looks like it's taking quite long...

◦ Click anywhere to close

Game of Life with Perl

11 June 2020

1 min read

Table of Contents

1. What is it?

What is it?

This was a Perl implementation of Conway's Game Of Life as part of an evaluative assignment from Intel Elite Internship. It uses Tk to create an interactive GUI where users can modify the grid directly, add special patterns, adjust the iteration speed, and save/load the grid's state.