This project is mirrored from https://:*****@github.com/BradleySmall/GameOfLife.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 23, 2021
-
-
Bradley M. Small authored
-
- Aug 19, 2021
-
-
La Fée Verte authored
-
Bradley M. Small authored
-
Bradley M. Small authored
-
Bradley M. Small authored
-
Bradley M. Small authored
-
Bradley M. Small authored
-
Bradley M. Small authored
-
Bradley M. Small authored
# Conflicts: # src/main/java/com/small/GameOfLife/AppProperties.java # src/main/java/com/small/gameoflife/App.java
-
- Aug 18, 2021
-
-
Bradley M. Small authored
-
- Aug 03, 2021
-
-
La Fée Verte authored
-
-
Bradley M. Small authored
-
Bradley M. Small authored
-
- Aug 02, 2021
-
-
Bradley M. Small authored
-
Bradley M. Small authored
-
- Aug 01, 2021
-
-
Bradley M. Small authored
-
Bradley M. Small authored
Properties are now held in a file, with default and overrides, should be created as necessary if they are missing. Also moved grid specific functionality into the gridPanel
-
Bradley M. Small authored
Properties are not held in a file, with default and overrides, should be created as necessary if they are missing. Also moved grid specific functionality into the gridPanel
-
Bradley M. Small authored
Mouse click in a cell will toggle it
-
Bradley M. Small authored
if/then/else block changed to a switch/case stacked set statements reworked into a for loop with a continue for special case
-
Bradley M. Small authored
Everything is row, column now, order cleaned up to reflect this. Only the drawing function uses x, y but that seems appropriate
-
- Jul 30, 2021
-
-
Bradley M. Small authored
-