inst/tinytest/test-15-automata.R

# Cellular automaton simulation
expect_equal(gosperGliderGun(), readRDS("glider_gun_t0.rds"))
expect_equal(gameOfLife(init=gosperGliderGun(),steps=1), readRDS("glider_gun_t1.rds"))
expect_equal(gameOfLife(init=gosperGliderGun(),steps=5), readRDS("glider_gun_t5.rds"))
expect_silent(gameOfLife(init=gosperGliderGun(),size=c(40,40),steps=1,viz=TRUE,tick=0))

Try the mmand package in your browser

Any scripts or data that you put into this service are public.

mmand documentation built on Feb. 16, 2023, 9:22 p.m.