home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d2xx / d249 / turmite.lha.pi < prev    next >
Encoding:
Text File  |  1994-03-26  |  564 b   |  17 lines

  1. .name
  2. TurMite
  3. .author
  4. Gary Teachout 
  5. .source
  6. Includes source in C.
  7. .description
  8. A two dimensional turing machine simulator.  Imagine a small bug crawling
  9. around on your computer display moving one pixel at a time. At each step it
  10. uses its internal state number and the color of the pixel it's on as
  11. indexes into a set of tables to decide what color to change the pixel to,
  12. what direction to move, and what its new internal state should be.  
  13. .described-by
  14. Automatically generated from Contents file by c2pi program.
  15. .short
  16. Two dimensional turing machine simulator
  17.