home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff256.lzh / BlitDemons / BDemon.PW2IF (.txt) < prev    next >
PowerWindows Project  |  1989-10-19  |  3KB  |  52 lines

  1. PowerWindows v2.0 
  2. 1987 by INOVATRONICS, INC.                              
  3. InclIntui.h
  4. BDWin.c
  5. ABDWin2
  6. About BlitDemons
  7. The Algorithm
  8. $Each cell is set randomly to one of
  9. '16 values.  Each value is displayed as
  10. &a unique color on the screen.  During
  11. !each generation, if any one of a
  12. 'cell's nearest 4 neighbors has a value
  13. %which is one greater than its value,
  14. $the first cell is set to the higher
  15. value.
  16. &There are 4 distinct phases:  debris,
  17. 'droplets, defects, and demons. Defects
  18. #cannot be seen, but they give rise
  19. !to Demons, which are the spirals
  20.  which survive the fourth phase.
  21. Page 2 of 3
  22. ABDWin3
  23. About BlitDemons
  24. I may be reached by:
  25. USMail:   Walter Strickler
  26. 1410 19th St. #6
  27. Boulder, CO 80302
  28. Ma Bell:  (303) 443-0493
  29. Bix:      wstrick
  30. Page 3 of 3
  31.     BDWindow
  32. BlitDemons v1.0
  33. Project
  34. About
  35. About
  36. RestartBD
  37. Start
  38. ByeBye
  39. ABDWin1
  40. About BlitDemons
  41. BlitDemons By Walter Strickler
  42. %This program is an implementation of
  43. $the cellular automaton described in
  44. &the August, 1989, issue of Scientific
  45. American.  
  46. It uses the Amiga's Blitter to
  47. &acheive its high speed.  It is a port
  48. #of a program by Loren Blaney which
  49. 'runs under Apex, the unknown operating
  50. system.
  51. Page 1 of 3
  52.