Closed Sas2k closed 2 years ago
Sorry, I'm not really sure what this is or what to do with that
Sorry, I'm not really sure what this is or what to do with that
Have you ever heard of cellular automaton
defenition:
A cellular automaton (CA) is a collection of cells arranged in a grid of specified shape, such that each cell changes state as a function of time, according to a defined set of rules driven by the states of neighboring cells.
I think this is a fun standalone project to implement if you're interested in the algorithm, but honestly I don't think it fits the bot. It's not informational or interactive, and I don't see people using it.
ok, thanks for reviewing it @mbaruh
Description
Hello, the feature I would like to propose is a cellular automaton generator. like if someone types;
.simulate <rule-number> <position: left|center|right|random> <initial-condition random|impulse>(startes with 1 cell)
and it would send a picture of the output.
Reasoning
For fun! and education purpose of course(https://www.techtarget.com/searchenterprisedesktop/definition/cellular-automaton)
Proposed Implementation
the code for the simulation is already implemented in one of my own bots and it's fully functional Link-To-Gitub-Repo-of-the-existing-code
Additional Details
Wikipedia On Cellular Automata -> https://en.wikipedia.org/wiki/Cellular_automaton wolfram -> https://mathworld.wolfram.com/CellularAutomaton.html
Would you like to implement this yourself?