mcthouacbb
mcthouacbb
You can't submit an javascript array to WebGL. JS arrays hold javascript variables, but WebGL expects the raw values in memory, which don't match JS variables. If you want to...
He's not changing the token limit a week before the competition ends. That's completely unfair to everyone who has already been working on the project.
> I tried to compress an array of float into a string so it would spend less tokens, but I ended up finding out it spends more tokens, and figured...
You can just use isrepeateddraw and isfiftymovedraw alone, and detect stalemate and checkmate manually by detecting when there are 0 legal moves. insufficient material is just a waste of tokens...
API changes are no longer accepted after August 1st
I thought that SebLague stated that no more api changes would be accepted after August 1st
@Ben10Gh Are you sure the move is legal? Did you get the move from the list obtained in Board.getLegalMoves() or are you generating the moves manually?
Do you have the full game?
What's wrong with this behavior? Move generators don't concern themselves with the 50 move rule or repetitions, that's not what they're made for. You would get this same behavior if...
There's absolutely 0 point checking for drawn games in the move generator. If an engine isn't already checking for draws, it could mistake the draw for a checkmate, since an...