game-of-death

antagonistic game of life  https://xi.github.io/game-of-death/
git clone https://git.ce9e.org/game-of-death.git

NameSize
LICENSE1062B
README.md483B
index.html501B
logo.jpg25510B
scripts/gen_scenarios.sh303B
src/constants.js251B
src/index.js5127B
src/logic.js3659B
src/scenarios.js684B
src/scenarios/01_survive_01.js5490B
src/scenarios/02_growth_01.js5514B
src/scenarios/03_symbiosis.js5575B
src/scenarios/04_glider_01.js5702B
src/scenarios/05_glider_02.js5730B
src/scenarios/06_reach_01.js5579B
src/scenarios/07_growth_02.js5518B
src/scenarios/08_reach_02.js5579B
src/scenarios/09_gun.js5592B
src/template.js3734B
src/utils.js84B
style.css2676B
vendor/petit-dom.min.js7289B

game of death

This is an attempt to turn Conway's Game of Life into a real game.

Standard Game of Life rules apply. However, there are multiple factions (indicated by different colors). If any cell would be occipied by more than one faction, it is empty instead.

This game features a sandbox mode as well as some custom challenges with increasing difficulty.

Play it at https://xi.github.io/game-of-death/!