CONQSTRAT

Section: Games and Demos (6)
Index Return to Main Contents
 

NAME

conqstrat --- modify Robot strategy tables  

SYNOPSIS

conqstrat [-v] [-d] [-o file]  

DESCRIPTION

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.  

OPTIONS

-v
Be verbose about everything.
-d
Turn on lots of debugging.
-o file
Output to file. Without this option, output will go to stdout. The normal use of this option is to generate a header file that is compiled directly into conquest (conqdata.h).
 

SEE ALSO

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 :)  

AUTHOR

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.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 20:03:05 GMT, January 10, 2019