An open API service indexing awesome lists of open source software.

https://github.com/petroniuss/game-of-life

That's a cool simulation :P
https://github.com/petroniuss/game-of-life

Last synced: 3 months ago
JSON representation

That's a cool simulation :P

Awesome Lists containing this project

README

        

# Game of Life

Project is (more or less) strict implementation of guidelines (see links) which are based on description and illustrations prepared by Wojciech Kosior.
His inspiration was "Land of Lisp" by Conrad Barski, who in turn had been inspired by an article in "Scientific American" :-)

animal

## Usage
- to run, type in root directory of a project `mvn clean javafx:run`
- to pause, press `P`
- to exit, press `ESC`

## Demo

![gif(4)](https://user-images.githubusercontent.com/31375809/91614791-7d929480-e982-11ea-95ac-fc0102fa4324.gif)

## Links
- [description](https://github.com/apohllo/obiektowe-lab/tree/master/lab8)