This is a project written in scala that implements Conways Game of Life. Conway's Game of Life is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. If your not familiar with Conway's Game of Life, this wiki page will catch you up to speed: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
- Java 8 JDK or higher https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- Intellij IDEA https://www.jetbrains.com/idea/
- Scala Plugin (install through intellij)
- Git https://desktop.github.com/
- Open Intellij and click: Checkout from Version Control -> Git
- Paste the URL of this repo
- Run the code in intellij from
Main
and enjoy the output :)