Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 631 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 631 Bytes

Conways Game of Life

This is a cellular automaton devised by the British mathematician John Horton Conway in 1970 written in java.

screenshot

Requirements:

  1. Install Netbeans for your Operating System
  2. Install JDK for you Operating System

How to run:

  1. Clone the repository.
  git clone https://github.com/MrPlumbum82/conways_game_of_life.git
  1. Open folder GameOfLive in Netbeans.
  2. Execute project.

(Optional) Run in terminal:

  sudo apt-get install ant
  ant compile
  ant jar