Skip to content

boylerplet/conways-game-of-life-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's game of life

This is an implementation of conway's game of life in C using the RayLib GUI library

preview_video.mp4

Build and installation

The installation instructions for this project is solely restricted to Linux environments.

Prerequisites

  • Download the latest release / v5.5 of RayLib at ./raylib/.
  • A C compiler

Installation

Build nob.c using a C compiler

gcc -o nob nob.c

Following that, build the main.c using the nob executable

./nob

Finally, run the main executable

./main

Note

This project is heavily dpendent on the nob build tool.

If you encounter problems in the above instructions, you have to update the nob.c and change the include path and library path (I./<<PATH TO RAYLIB.H FILE>> and -L./<<PATH TO LIBRAYLIB.SO>>) respectively.

Also if you are using a C complier apart from GCC, you have to update it in the same file in the cc function.

About

Implementation of Conway's game of life in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages