Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Type Of Life

Conway's Game of Life implementation with TypeScript's type system.

Preview

image

Important note

When the world is updated over multiple ticks, off-screen cells are not considered alive if the whole pattern is too large.
Therefore, large pattern can change the shape of the next tick in an unexpected direction.

I will expand the size of the world within the time-complexity limit that TypeScript's type system can withstand while improving the calculation to include cells up to a certain distance off the screen.

About

Conway's Game of Life implementation with TypeScript's type system.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages