game-of-life

Game Of Life

🦠 A simple web app to see how Svelte, SvelteKit and Server Side Rendering work.

Game of Life

https://game-of-life-alpha-three.vercel.app/

This is a simple web app to play with Svelte, SvelteKit, Server Side Rendering, bitboard, BitInt, various ARIA roles, and the roving tabindex technique.

About the Game

It is a mathematical simulation played on a grid of cells, where each cell can be alive or dead. The game evolves over generations based on simple rules: cells with too few or too many live neighbors die, and dead cells with exactly three live neighbors come to life. This leads to the emergence of various interesting patterns, making it a fascinating and widely studied cellular automaton.

Top categories

Loading Svelte Themes