Patch for pmars-0.9.2 to increase amount of rounds possible.
Example:
pmars -r 100000 <warrior1> <warrior2>
It is possible to use a million rounds now though the example uses one hundred thousand.
To patch put in same directory as the src directory.
For Linux:
patch -p1 < pmars.diff
For Minix 3:
patch -p1 < pmars-minix3.diff
For clang on Linux:
To patch put in same directory as the directory of the src directory
patch -p1 < pmars-clang.diff
For msys2:
Install:
pacman -S base-devel
pacman -S mingw-w64-x86_64-toolchain
pacmna -S git
To patch put in same directory as the directory of the src directory
patch -p1 < pmars-msys2.diff