This manual page documents briefly the conqstrat command.
conqstrat is a utility which reads rules from stdin to update Robot strategy tables. It's normal use is to update the common block (the game's current 'state') with a 'compiled' robot AI state, defined by a file such as conqrule.
If you want to modify the robot's AI, you can do so and use conqstrat to generate a conqdata.h file that can be compiled into Conquest and used as the default when the universe is initialized.
conquest (6), conqai (6), conqoper (6).
See the conqrule and conqrule.easy files for two robot strategies supplied in the conquest distribution, and installed in <install_prefix>/share/doc/conquest/. conqrule is the original AI (with minor fixes) supplied in the original VAX/VMS conquest distribution. It is also the default AI compiled into Conquest. conqrule.easy is an AI that is a bit easier on new players :)
This manual page was originally written by Clint Adams <schizo@debian.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU GPL. Conquest is
Copyright (C)1994-2018 by Jon Trulson <jon@radscan.com> under the MIT License.