X-Git-Url: https://troll.desast.re/troll.git/blobdiff_plain/7b8732a6aba5c34e24aa324a25e2fae37f7149a7..refs/heads/stable:/config/statement_en.html?ds=inline
diff --git a/config/statement_en.html b/config/statement_en.html
index b5f784b..38b390f 100644
--- a/config/statement_en.html
+++ b/config/statement_en.html
@@ -27,56 +27,44 @@
Rule Evolution
- The following ideas are still in flux, waiting for some
- opinions. Please drop a word on the
-
contribution's page
- or
-
- on the forum
-
-
-
- Is it even worth publishing? can the problem be totally solved?
-
- -
- More maps? (a map is a {road length} Ã {initial stone count} pair)
- â Yes, there will be more maps.
-
- -
- Leagues
-
- -
- single small map, cheating is tolerated, boss plays tit
- for tat (9/10) or cheats (1/10)
-
- -
- rock troll and ice troll unlocked; multiple rounds;
- four maps available; no cheating; boss plays well but
- not perfect
-
- -
- all races unlocked; map continuum, no boss but default
- AI doesn't lose.
-
-
-
- For the WIP phase of this draft, I'll likely merge the last
- two leagues into one because we need data on what makes the
- games interesting.
-
+
+ The game isn't finished, but I'm not taking any more
+ suggestions at this time, the path is now determined. There
+ will be three leagues:
+
+
-
-
Fog of war? Cancelled. Not in this game.
+ single small map, cheating is tolerated, boss plays tit for
+ tat (9/10) or cheats (1/10)
-
- Praise for my artistic skillz. There can never be enough
- of that.
+ rock troll and ice troll unlocked; multiple rounds;
+ four maps available; no cheating; boss plays well but
+ not perfect
-
- Other remarks?
+ all races unlocked; map continuum, no boss but default
+ AI doesn't lose.
+
-
+
+
+ For the WIP phase of this draft, I'll likely merge the last
+ two leagues into one because we need data on what makes the
+ games interesting.
+
+
+ You're still welcome to discuss the game
+
+ on the forum
+
+ or report a bug
+
+ on the contribution's page.
+
+
@@ -111,42 +99,39 @@
Map Input
- Your first line of input contains space-separated
+ Your first line of input contains five space-separated
parameters:
- roadLength initialStones
- gameSeed gameSide
- reserved1 … reservedN
- - roadLength
+ - roadLength
-
distance between both castles, between 6
and 14.
- - initialStones
+ - initialStones
-
number of stones a castle starts the day with,
between 0 and 50.
- - gameSeed
+ - gameSeed
-
the game's seed. The game AIs use it to provide you
with reproducible matches even when they use stochastic
algorithms, and you're encouraged to do the same! See
examples section below for simple ways to achieve that.
- - gameSide
+ - gameSide
-
which side you're on, as -1
or 1. It's not supposed to make a
difference to how you handle the rest of the game, but
you can XOR it to your
gameSeed
to have a
- (reproducible) random that doesn't mecessarily draw
+ (reproducible) random that doesn't necessarily draw
when it plays against itself.
- - reservedN
+ - reserved
-
- one or more parameters, reserved for future use
+ reserved for future use, ignore for now.
@@ -157,20 +142,17 @@
At each turn, you are provided with the following three
space-separated values:
- trollDistance
- stones
- opponentStones
- - trollDistance
+ - trollDistance
-
distance between the troll and your castle
- - stones
+ - stones
-
number of stones you have left
- - opponentStones
+ - opponentStones
-
number of stones your opponent has left
@@ -199,14 +181,49 @@
Timing Considerations
- You're currently allowed the default SDK timings. I
- think it's one second for the first turn and 50 ms
- then, but don't quote me on this.
+ You're allowed the default SDK timings. I think it's one
+ second for the first turn and 50 ms then, but don't
+ quote me on this.
+