Results 1 to 10 of 10

Thread: Conway's Game Of Life cellular automaton

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,070

    Conway's Game Of Life cellular automaton

    Hey,

    Here's a quick project I made while bored.

    It's about the cellular automaton often called Conway's Game Of Life:
    http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life


    I thought it could be useful for people so decided to clean it up a bit and post it. I added support for:
    - Different grid sizes
    - Different cell sizes (set during design-time)
    - Loading and saving grids
    - Playing / Pausing
    - Stopping, which resets the grid back to how it was before you pressed Play.

    Screenshot:


    While not running, you can paint cells that are alive by using the left mouse button, and you can 'kill' cells using the right mouse button.
    To change the speed of the 'simulation', just change the Interval property on the timer.


    The code should be very easy to follow (there's not much of it), but if you have any questions don't hesitate to ask
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width