Day number... um... Tuesday!
I added a series of blue virus cells for the player to vanquish this evening. The player (as the mad scientist) will have to work out how Conway's rules can work to their advantage.The code is here: https://github.com/davechristian/Conway/blob/master/conway.py and I've uploaded it here, too.
Click any mouse button to add a 'blinker' and press 'x' to drop a virus element onto the grid. This will be done by a basic ai in the final game. Hopefully.
So far I've played around with the game of life more than I've actually coded... it's fascinating.
(log in to comment)
Comments
I am experimenting with that, though. I may introduce rules that state that when two cells clash it's the cell with the most matching neighboring cells that win ... it's a little more like the 4 existing conway rules.
P.s. If my boss is reading this, I am definitely not doing reading PyWeek discussions during work hours. Honest.
And yes, I'm reading PyWeek discussions during "work hours" too, but luckily I have no boss at the moment :)
Back on topic, I like Hugoagogo's idea: putting your squares in the right position before the sim starts might prove quite challenging since the evolution of the system is probably hard to predict.
Thanks for the feedback... I'm looking forward to seeing how this turns out, myself!
Introduce a couple new rules to Conway's Game of Life to shake things up and make it interesting. For example, blue might abide by conway's game of life rules, but red might be a greedy virus, which requires less challenging rules for staying alive, however it is distintegrated by yellow, which has a different set of rules entirely, etc etc
then you can set up puzzles.
So very similar to Conway's Life but with fuzzier automata rules and continuous in 2D rather than in discrete cells.
"Daffodils vs Tulips" MMO
AWESOME
AWESOME
And mauve - bitcraft is right... Daffodils vs Tulips MMO would be awesome :). Thats a really good idea - the resources like water and sunglight would add an extra layer of strategy. I like it!
Keon on 2012/05/08 22:27:
Do the viruses work with Game of Life rules too?And how does one kill a virus cell?