Releases: juanitodread/conway-game-of-life
Releases · juanitodread/conway-game-of-life
v1.2.0
Update to Scala 2.13
- Bump to Scala 2.13
- Replace one-jar by sbt-assembly
v1.1.2
First basic functionality
- The application can process general Conway's patterns.
- Three buttons were added: Start, Stop and Clear.
- Information about the number of generations was added.
- Two bugs were fixed #7 and #8