20 players in the leaderboard and not a single comment on the contribution, but we all knew nobody reads the statements anyway, right? Especially when they explicitly tell you you’re on your own.
So I’ll be making my plea a bit more persistent here: please express your thoughts on the ruleset, as trivial as they may appear. Or comment on the “Evolution” section of the statement. Spark some discussion!
As I wrote on the chat : it is highly probable that the game does not have a pure optimal strategy.
Getting an edge on the opponent will therefore require detecting that he doesn’t play an optimal mixed strategy on average, and countering that bias.
This can not be done in the current format where a single game is played. It would probably be better to have many games against the same opponent so that we can actually try to adapt to him.
If you stick to a limited number of maps with reasonnable size, it may be possible to precalculate a mixed strategy offline for each map (haven’t checked the memory requirement for this…)
This becomes a combination of : do we actually precalculate a correct mixed strategy offline ? Can we pack it efficiently to play on CG ? Can we try and detect/adapt to the opponent behavior on the fly ?
As an example : I think there is a rock/paper/scissors contest online somewhere. Make the underlying game solvable and you still have a somewhat interesting concept.
Lightning stuns the troll but makes him charged, once charged it will discharge on first occasion it lands next to one of the players. The charges keep stacking up until it discharges!
First time I saw your game I thought of Age Of War, which is basically a game with 2 castles and you train units that attack opponent, you just choose which unit and when. https://www.crazygames.fr/jeu/age-of-war
It would be amazing to see some of this game mechanics implemented in the most epic crossover!
(btw AoW 2 is even better but graphics are clearly too advanced for JBM)
Evolved to last level.
Got 4 of the most powerful turrest.
Just afk a bit.
Spam super soldiers (100k ones)
Win :o
I think the issue with the game you suggest is that it follows a somewhat different idea also games might be too long for CG. Reminds me of the old civilization map in warcraft3 custom mode, long gone good times.
Following much discussion with many of you, the upcoming changes are going to be:
[Possibly breaking] the game’s random seed is going to be available as an input parameter.
it may break your code if you were reading figures as a line-independent stream scanner. (if you kept the CG stub, you’ll be fine)
I needed it so I can let the boss give you reproducible plays, while still having a stochastic algorithm.
if you use random numbers, you’re actually encouraged to use it too so your games are reproducible to other players. Just remember to salt the seed with a secret constant of your own if you don’t want it predictable in arena play. (generate a 64-bit locally once and XOR it to the input seed before you feed it to your RNG)
In a match, the game will be replayed on the same map multiple times. This aims to favor:
ranking stability
opponent pattern prediction
The map range will be extended.
Initially to random values in the current maps’ range
If this brainstorm manages to come up with some bounds and relations that determine what makes a map “interesting”, we’ll use that.
To celebrate TVC’s 99th upvote, here’s a public apology: yes, I know I’m behind schedule, I’m sorry, I haven’t forgotten and I will get back to it. (there has been progress, but not enough to get an updated publishable state)
The plan hasn’t changed much, I’m just going to be more lax on delivery dates. It’s still available in the game’s statement. Comments are still open here and on the contribution page.