Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 809 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 809 Bytes

README.md

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

Requirements

  1. Java 8 JDK or higher https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
  2. Intellij IDEA https://www.jetbrains.com/idea/
  3. Scala Plugin (install through intellij)
  4. Git https://desktop.github.com/

Running the code

  1. Open Intellij and click: Checkout from Version Control -> Git
  2. Paste the URL of this repo
  3. Run the code in intellij from Main and enjoy the output :)