Skip to content

manualbashing/golsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golsim - A Game Of Life simulator in powershell

This module is a powershell implementation of Conways Game Of Life.

I use this module mostly to hone my powershell skills. If you are looking for a stable and fast Game of Life simulator, then Golly is probably what you are looking for.

Quick Start

ipmo golsim
$game = [Game]::new(30,30,$true,100,0)
$game.StartGame()

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published