From rec roguelike development:
Thanks to Jeff Lait there’s still chance to vote for 7DRL dates this year:
https://docs.google.com/forms/d/1sXrcIPoszMnfvWCZZcQS4v7zwVQcvQixuEIc-HhFex4/viewform
From rec roguelike development:
Thanks to Jeff Lait there’s still chance to vote for 7DRL dates this year:
https://docs.google.com/forms/d/1sXrcIPoszMnfvWCZZcQS4v7zwVQcvQixuEIc-HhFex4/viewform
So I was reading wikipedia today – just doing some reading on Alan Turing when I came across a reference to Konrad Zuse – another famous pioneer of early computers. I notice a really interesting note about Zuse and Cellular Automaton (CA):
In 1967, Zuse also suggested that the universe itself is running on a cellular automaton or similar computational structure (digital physics); in 1969, he published the book Rechnender Raum (translated into English asCalculating Space). This idea has attracted a lot of attention, since there is no physical evidence against Zuse’s thesis. Edward Fredkin (1980s), Jürgen Schmidhuber (1990s), and others have expanded on it.
Source:Wikipedia
I have written a few tutorials on CA in dungeon building but if you are interested in more information on CA check out the excellent Wiki http://pcg.wikidot.com/ maintained by Andrew Doul
I haven’t linked to a lot of c++ before but this is a special series for someone interested in coding for the first time