life-pd.git
2023-07-31 JCMake generation no longer a pure function master
2023-07-31 JCUpdate pdxinfo, Makefile dependencies
2023-07-31 JCIncrease universe size
2023-07-31 JCAdd ability to control generation rate via crank
2023-07-31 JCAdd support for edges of universe
2023-07-31 JCDouble cell count, make cell size const
2023-07-31 JCAdd B3/S23 rules
2023-07-31 JCAllow swapping between running and editing
2023-07-31 JCAdd function to calculate next generation
2023-07-31 JCRefactor draw logic for use in running mode
2023-07-31 JCRename rects to cells
2023-07-31 JCAllow pressing "B" to begin running automata
2023-07-31 JCAllow toggling liveness of cells
2023-07-31 JCEncode height/width in constants
2023-07-31 JCActually allow selecting grid rectangle now
2023-07-31 JCAllow "selecting" a cell, and draw it as filled in
2023-07-31 JCTurn rect values in to maps
2023-07-31 JCMake a 2 dimensional array of rectangles
2023-07-31 JCDraw many rectangles
2023-07-30 JCDraw a rectangle to the screen
2023-07-30 JCInvert coloration on A button press
2023-07-30 JCInitial Commit