Tagged Questions

1
vote
3answers
54 views

What algorithm can I implement to speed up some Cellular Automata simulations?

I am writing a ncurses based C.A. simulator for (nearly) any kind of C.A. which uses the Moore or Neumann neighborhoods. With the current (hardcoded and most obvious [running state funcs]) the …
6
votes
9answers
593 views

Algorithms for Simulating Fluid Flow

I've got a game idea that requires some semi-realistic simulation of a fluid flowing around various objects. Think of a pool of mercury on an irregular surface that is being tilted in various …
19
votes
14answers
14k views

Wolfram’s Rule 34 in XKCD

The hover "joke" in #505 xkcd touts "I call rule 34 on Wolfram's Rule 34" I know what rule 34 is in internet terms and I've googled up who Wolfram is but I'm having a hard time figuring out what …
0
votes
6answers
472 views

Conway’s Game Of Life

I am currently writting a programe about Conway's Game of life,and i am really a beginer of python,dont know how to start at all,anybody can help me with it?