Game of Life: Rozdiel medzi revíziami
Zo stránky SensorWiki
Vytvorená stránka „Conwayova hra/model. '''About''' * https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life '''micro:bit''' * Blockly ** https://makecode.microbit.org/examples/gameofL…“ |
Bez shrnutí editace |
||
Riadok 1: | Riadok 1: | ||
Conwayova hra/model. | Conwayova hra/model. | ||
''' | |||
== '''John Horton Conway''' == | |||
* https://en.wikipedia.org/wiki/John_Horton_Conway | |||
* https://www.youtube.com/watch?v=R9Plq-D1gEk | |||
== '''The Game of LIFE''' == | |||
* https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life | * https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life | ||
* https://scifi.stackexchange.com/questions/216305/70s-sci-fi-story-including-describing-conways-solitaire-game-life | |||
* https://www.ibiblio.org/lifepatterns/october1970.html | |||
* Kopa linkov https://curlie.org/Computers/Artificial_Life/Cellular_Automata/Conway%27s_Game_of_Life | |||
== '''micro:bit''' == | |||
* Blockly | * Blockly | ||
Riadok 22: | Riadok 39: | ||
'''on-line''' | == '''Arduino''' == | ||
* https://alxmjo.com/conway-or-the-highway | |||
* https://github.com/alxmjo/Conduino/blob/master/Conway.ino | |||
** LedControl library for 8x8 display http://wayoda.github.io/LedControl/pages/software | |||
== '''on-line''' == | |||
* Python | * Python | ||
** https://www.101computing.net/conways-game-of-life/ | ** https://www.101computing.net/conways-game-of-life/ | ||
* https://copy.sh/life/?pattern=jellyfish | |||
* https://bitstorm.org/gameoflife/ |
Aktuálna revízia z 21:57, 21. apríl 2020
Conwayova hra/model.
John Horton Conway
The Game of LIFE
- https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
- https://scifi.stackexchange.com/questions/216305/70s-sci-fi-story-including-describing-conways-solitaire-game-life
- https://www.ibiblio.org/lifepatterns/october1970.html
- Kopa linkov https://curlie.org/Computers/Artificial_Life/Cellular_Automata/Conway%27s_Game_of_Life
micro:bit
https://krzysztofjankowski.com/blog/game-of-life-for-bbc-microbit.html
- Javascript
- Python
Arduino
- https://alxmjo.com/conway-or-the-highway
- https://github.com/alxmjo/Conduino/blob/master/Conway.ino
- LedControl library for 8x8 display http://wayoda.github.io/LedControl/pages/software