Skip to content

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

Notifications You must be signed in to change notification settings

Lotinex/TypeOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published