Skip to content

mio10/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Game of Life in Processing

Description

My implementation of Game of Life in Processing.

Requirements

Processing is required.

Quick Start

Windows

(may work on Linux too but wasn't tested)

$ processing-java --sketch=path/to/gol --run

Note: path/to/gol is a path to the directory containing gol.pde

How to play

The game starts in draw mode in which you can draw cells using mouse.

Press D to start the simulation. Press D again to switch back to the draw mode.

Press C at any time to clean the screen.

Releases

No releases published

Packages

No packages published