Jump to content

Munching squares: Difference between revisions

more fun
(Added zkl)
(more fun)
Line 964:
bitmap.write(File("foo.ppm","wb"));
}();</lang>
For a cheap slide show (on Linux):
<lang zkl>while(1){ muncher(); Atomic.sleep(3); }</lang>
run ImageViewer on foo.ppm and watch it [auto] update as the image changes.
{{out}}
Same as the ADA image:
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.