lld_game_of_life_core

Crates.iolld_game_of_life_core
lib.rslld_game_of_life_core
version0.1.1
created_at2025-08-15 19:06:54.068027+00
updated_at2025-08-15 19:14:14.370108+00
descriptionThe core of cellular automata
homepagehttp://www.LanLanDe.cn
repository
max_upload_size
id1797336
size9,255
shibao (shibao1023)

documentation

README

lld_game_of_life_core

元胞自动机内核     The core of cellular automata

支持 .wdml 格式 加载数据

$ 创建世界 宽,高,迭代毫秒     Create the world

@ 坐标定位 x,y     Coordinate positioning

#支持单行注释 Support single-line comments
$80,60,500
@10,20
111000111
101000111
011000111
001000001
Commit count: 0

cargo fmt