Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jleh/game-of-life
Ohjelmoinnin harjoitustyö, Conway's Game of Life
https://github.com/jleh/game-of-life
Last synced: about 2 months ago
JSON representation
Ohjelmoinnin harjoitustyö, Conway's Game of Life
- Host: GitHub
- URL: https://github.com/jleh/game-of-life
- Owner: jleh
- Created: 2011-08-07T19:03:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-16T18:29:30.000Z (over 13 years ago)
- Last Synced: 2024-04-14T07:46:07.166Z (9 months ago)
- Language: Java
- Homepage:
- Size: 457 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Ohjelmoinnin harjoitustyönä toteutettu Conway's Game of Life
Ohjelma simuloi solujen elämää sääntöjen mukaan [tulee tähän].
Käyttäjä näkee voi seurata simulointia ruudulta.Simuloinnin alkutilanne, eli mitkä solut ovat aluksi hengissä, määritellään
tiedostossa, jossa:
1. rivillä ruudukon leveys
2. rivillä ruudukon korkus
Alkutilanne:
" " = kuollut solu
* = elävä solu