1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 11:37:55 +00:00

honeycomb rulegen commands moved to a script

This commit is contained in:
Zeno Rogue
2021-05-20 23:03:38 +02:00
parent f485441650
commit 5a83434e7a
2 changed files with 20 additions and 12 deletions

19
devmods/rulegen.sh Normal file
View File

@@ -0,0 +1,19 @@
#!/bin/sh
# compact honeycombs
./mymake -O3 devmods/honeycomb-rule-generator
./hyper -geo 534h -gen-rule honeycomb-rules-534.dat -quit
./hyper -geo 535h -gen-rule honeycomb-rules-535.dat -quit
./hyper -geo 435h -gen-rule honeycomb-rules-435.dat -quit
./hyper -geo 353h -gen-rule honeycomb-rules-353.dat -quit
# exh 2 optimized
./hyper -geo 436h -exh 2 -gen-rule honeycomb-rules-436.dat -quit
./hyper -geo 344h -exh 2 -gen-rule honeycomb-rules-344.dat -quit
./hyper -geo 354h -exh 2 -gen-rule honeycomb-rules-354.dat -quit
./hyper -geo 536h -exh 2 -gen-rule honeycomb-rules-536.dat -quit
# still generates conflicts on exh 2:
# ./hyper -geo 355h -exh 2 -gen-rule honeycomb-rules-355.dat -quit #
# ./hyper -geo 345h -exh 2 -gen-rule honeycomb-rules-345.dat -quit #