Progress

Hello all! It's good to be back.

For this challenge I've been thinking something along the lines of creating life (something mad scientists probably want to do). What I've currently got scribbled down is the creation of cells to attack some kind of 'evil' cells that are growing on a board.

The creation of cells will be through some kind of game element that in all honesty I haven't completely thought through properly at this point.

I'm basing my board on Conway's Game of Life (see http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) and I've spent the day creating a basic working version of it.

My (very basic and quite inefficient at present) prototype can be found in the Conway.py file in my file upload section.