Skip to content

FX24/GojekMiniBootcamp_GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game-Of-Life

Mini Bootcamp Engineering Task

Problem Description

Based on Conways Game Of Life cellular automaton.

You can see the full description here : https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Pre-Requisite

  • Java JDK 11

How to Run

IDE (Intellij, Eclipse)

  1. Clone the repo to your desired directory,
  2. CLick the green play button to run it.
  3. It will display a frame that show cellular automaton

Terminal

  1. Clone the repo to your desired directory.
  2. Open terminal and move the directory where you save the repo.
  3. Use command below
javac GameOfLife.java
java GameOfLife
  1. It will display a frame that show cellular automaton

About

Mini Bootcamp Engineering Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published