Skip to content

Small pet project to showcase a tridimensional implementation of Conway's Game of Life

Notifications You must be signed in to change notification settings

glazzerino/3DGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DGameOfLife

Small pet project to showcase a tridimensional implementation of Conway's Game of Life

About

This is a simple experiment using Raylib to visualize a small 20x20x20 world populated by cubes (cells) that can be either visible (alive) or invisible (dead). Depending on what parameters you choose, their behavior will change. Cubes can either die or survive between iterations depending on the amount of neightbors each individual cell has.

(Neightbor check uses Moore's neightborhood)

A note on Emergent Behavior

This sort of behavior describes the complex ways numerous things can do obeying only simple rules. Conway's game of Life is a perfect example of this concept, as cells obey very simple rules while displaying eye-catching behaviors. More about this

Some screenshots

alt text

alt text

alt text

alt text

About

Small pet project to showcase a tridimensional implementation of Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published