Skip to content

4dot4/gameoflifeGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of life

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

Installation

Prerequisites

Before you begin, make sure you have the following installed on your system:

  • Go programming language

Installing raylib-go

1- Follow the installation instructions for raylib from their GitHub repository: raylib-go installation

Installing Go and raylib bindings

1- Install Go from the official Go website: Download Go.

2- Clone the repository.

git clone https://github.com/4dot4/gameoflifeGo.git

3- Navigate to the directory containing the cloned repository.

cd gameoflifeGo

4- Build the project using go build

go build

5- Run the project

./gameoflife

About

the classical game of life game

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages