|
NAMExantfarm - displays a simulated ant hill in the root windowSYNOPSISxantfarm [-num num] [-c cycles] [-id] [checkpointfile]DESCRIPTIONXantfarm simulates an ant hill and displays it in the root window.There are three Elements in the ant world: Air, Dirt, and Sand. Ants move through Air, dig up Dirt, and drop it as Sand. Ants have three Behaviors: Wandering, Carrying, and Panic. There are a few simple probabilities built in to the program that control the transitions between Wandering and Carrying. To see them Panic, try poking the ants with the cursor. OPTIONS
You can also specify a checkpointfile, to restore an antfarm from and/or periodically save the antfarm to. The format of the file is very simple, and antfarms can easily be modified using your favorite text editor. Xantfarm accepts all the usual X flags and resources, plus: -air / airColor: The color of Air. -sand / sandColor: The color of Sand. -ant / antColor: The color of the ants. There's no flag for controlling the color of Dirt because Dirt shows as the default background pixmap. BUGS / DEFICIENCIESIt might be nice to be able to adjust the probabilities and stuff with flags.The checkpointing code could be more robust. SEE ALSOxsetroot(1)AUTHORCopyright (C) 1991 by Jef Poskanzer <jef@acme.com>. All rights reserved.
Visit the GSP FreeBSD Man Page Interface. |