Skip to content

mrintern/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages