Please sign in to access this page
What happens when Conways binary Game of Life goes decimal?
Further i want to explore all the interesting Life, that is in that cellular automata through different Algorithmic approaches.
Rohan the Codebreaker (my code)
Check their projects out: Personal Page, Math Map, Jumpstart Project Showcase Page, Ruby Mine - for Railway YSWS!, Euclidia, DNA-cryption
decaaaa
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I started to programm the first searching Tool. The algorithm uses a brute-force approach, to find new self repeating patterns. Next i have to implement a UI, in order to make the Algorithm usable for everyone. In the picture you can see some self repeating objects i found through that Algorithm. Interestingly enough, it seems as if most repeating structures are only consisting of fives.
I now added the possibility to copy and paste structures,
in order to make it possible to send your newly found structures and findings to your friends.
Press c once, to start selecting the cells.
Press c a second time, to copy the structure as text into your clipboard.
Load a structure from your clipboard by pressing v.
After you chose the right spot press v again, and it will be inserted.
I also added a clear All button.
I started to make a editor, in which you could try out this cellular automata. until now you can move a cursor, place cells and start the Simulation. Further, i significantly increased the Performance of the Simulation, in order to help my poor Laptop. Try it out, and find self repeating structures or just draw a Painting with the basic colors.