]> gitweb.factorcode.org Git - factor.git/history - extra/game-of-life
scryfall: make decks better, import from moxfield
[factor.git] / extra / game-of-life /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-01 John Benediktssoncolors: merge colors.constants and colors.hex.
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2019-04-05 John Benediktssongame-of-life: adding deploy file.
2018-03-14 John Benediktssongame-of-life: simpler wraparound logic in count-neighbors.
2018-03-12 John Benediktssongame-of-life: little bit more.
2018-03-12 John Benediktssongame-of-life: cleanup play/stop and some count-neighbors.
2018-03-12 John Benediktssongame-of-life: use row directly in next-step.
2018-03-11 John Benediktssongame-of-life: cleanup using.
2018-03-11 John Benediktssongame-of-life: even faster by factoring out the neighbor...
2018-03-11 John Benediktssongame-of-life: more ugly faster code.
2018-03-10 John Benediktssongame-of-life: more speed in count-neighbors.
2018-03-10 John Benediktssongame-of-life: count-neighbors needs circular wraparound...
2018-03-10 John Benediktssongame-of-life: flip scroll direction.
2018-03-09 John Benediktssongame-of-life: faster com-random.
2018-03-09 John Benediktssongame-of-life: fix inevitable bug in faster code.
2018-03-09 John Benediktssongame-of-life: ugly code that makes next-step faster.
2018-03-09 John Benediktssongame-of-life: small updates.
2018-03-09 John Benediktssongame-of-life: implement scrolling and resizable windows.
2018-03-09 John Benediktssongame-of-life: experimental Conway's Game of Life.