Agreed. I’m not sure what is being asked either, but (just guessing here) sometimes your stderr messages might seem to be associated with a different turn than you expect them to. (???) If this is what you are trying to express, then you need to print your stderr for turn Nafter you read the first line of stdin for turn N, but before you read the first line of stdin for turn N+1.
Sorry for my bad English.
But thanks for the answers
The questions were really for Ghost in the Cell.
Sorry if I talk about “lap”… I mean “turn”. It’s maybe a better word for the time elapsed in the game, on the right of the console output, near all the actions (for example “10/100”, I mean).
But the “1st turn” is not present in the console output. It’s starting at “2/XX”…
For the synchronization problem, forget it …
A bad “command” that was trailing in the middle of a piece of code rarely executed.
The game engine increments its turn counter for each player’s turn, so the turn count shown on the screen is the number of turns taken by all players and the in-game turn is the number shown, divided by the number of players. That’s common to all the games in here. You’ll also note that when you press the forward and back buttons on the player, the turns increment by 2 rather than 1 like you might expect… same reason.
when I send game parameters to IDE and attempt to ‘replay in same conditions’ I get different TROOP arg1s depending on my console output color (or color under players.) My output (MOVE, INC, etc.) is still beige, and I interact with the beige factories. Also, there’s an output from me before the other player or any of my stderr text pops up.
If I delete both players and make my current IDE code the beige/orange player it works.
You broke it with that many submissions, Maddy
Maybe rate-limiting the submits per hour in that final point it would be ok.
I’m against submit spamming to try to get a lucky start.
IDE replay viewer is very bugged, it’s freezing for too often - the game canvas freezes, but the game turn slider is moving like the game’s not paused
and sometimes on the 1st run in IDE the game title “Ghost in the cell” on the game screen isn’t disappearing when the game is already up and Standard output stream is showing all the turns
not to mention the entire tab crashes with a 20% probability on any Play my code on a new random seed or when opening Last battles
Speaking of legend, can someone remind what’s happening at the end ?
They repush everybody ? They keep the ranking, and trigger more games for all players ? None of that ?
It was described here.
It says “limited to the first 150 players”. In HyperSonic and Fantastic Bits, they made a complete recalc in legend league (a bit more than 150 players).
The previous ranking will be used as a starting point for the recalc.