Skip to content

An Erlang Conway’s Game of Life implementation

License

Notifications You must be signed in to change notification settings

mustpax/erlang-gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Skinny

This is a Game of Life implementation written in Erlang. Each cell is handled by a single process and each process talks to nearby cells via message passing to figure out state. At the end of the simulation the cells send their final state back to the root node i.e. the process that spawned them. I tried to stick with Erlang conventions for recursion and whatnot, but there are some rough edges, aesthetically speaking around the array handling. Still it works, as far as I can tell, hope it helps.

License

Licensed under the MIT license. See license.txt for details.

About

An Erlang Conway’s Game of Life implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages