Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 118 Bytes

game-of-life-example.md

File metadata and controls

6 lines (5 loc) · 118 Bytes

Game of life designed in Aspen (subject to change)

# 50x50 board of 0s
grid = [].fill([].fill(0, 50), 50)