| User Functions |
|
|
Don't have an account yet? Sign up as a New User
|
|
| Events |
|
|
There are no upcoming events |
|
|
 |
| Conway's Game of Life |
 |
|
Sunday, September 14 2003 @ 08:23 PM EDT, Matthew
|
I decided creating the well-known Game of Life with Virtools would provide an interesting exercise for optimization. This first version is extremely basic, and makes no attempt whatsoever at being speedy. As such, it's quite slow. Simple interactivity is provided; drag the mouse to draw new cells.
If you aren't familiar with the Game of Life--or, are familiar but haven't looked too deeply into it--I highly recommend this Java applet by Alan Hensel. It contains presets for common patterns, as well as presets for some truly extraordinary finds. If all you've previously done with Life is smear random cells and watch them fizzle, you're really missing out. Definitely check out the presets in this applet.
Anyway, I don't plan to do much Life research or compete in any technical way with the existing body of programs. Rather, I plan to follow up on this test with various methods to improve its speed: schematic-based solutions, a look at using VSL, etc. Hopefully it'll prove informative for newcomers to Dev. If I get time, I have a few aesthetic experiments that would be interesting to attempt with Life, as well.
Source CMO is available, as always.
|
|
|
|
|