This is a Go implementation of Conway's Game of Life using the raylib library for rendering.

Before you begin, make sure you have the following installed on your system:
- Go programming language
1- Follow the installation instructions for raylib from their GitHub repository: raylib-go installation
1- Install Go from the official Go website: Download Go.
2- Clone the repository.
git clone https://github.com/4dot4/gameoflifeGo.git3- Navigate to the directory containing the cloned repository.
cd gameoflifeGo4- Build the project using go build
go build5- Run the project
./gameoflife