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
- Host: GitHub
- URL: https://github.com/petroniuss/game-of-life
- Owner: Petroniuss
- Created: 2019-12-04T11:27:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T21:17:51.000Z (about 3 years ago)
- Last Synced: 2025-01-29T14:50:25.694Z (5 months ago)
- Language: Java
- Homepage:
- Size: 2.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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" :-)
## Usage
- to run, type in root directory of a project `mvn clean javafx:run`
- to pause, press `P`
- to exit, press `ESC`## Demo

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