Releases: rlucine/battleship
Releases · rlucine/battleship
Version 1.2
Version 1.0
Full build for Windows (MinGW64) and Ubuntu.
Alpha 0.1
All basic functionality and tests implemented. Average game is 44.37 turns, longest is 72.
Compiling
Run make all
in the directory, or download one of the binaries. Currently, only gcc
is supported, both on Linux and through MinGW
. Visual Studio is not supported.
Usage
-h
: Print the help screen-l filename
: Write CSV data to thefilename
.-n int
: Playint
number of games (must be>= 1
)-d dirname
: Write verbose game data into thedirname
directory. Don't use this option for high amounts of games.-c int
: Only write directory data for games lasting more thanint
turns, where0 <= int <= 100
.