Basically, bulk import converted/new games/utils didn't quite work. I'll skip this for alpha release for x50-s, hopefully will have time to iron out the issues by beta.
Would be nice to get unified way out of all of them. In some it's doable by pressing home/menu, some force you through the menu, which is sometimes tiny / laggy.
Quote:
Originally Posted by BenChen
What do you mean, "you wouldn't call it chess"? If you press "SIZE" the reader makes a move. I haven't beaten it yet on "Medium" setting, let alone on "Slow"!
|
Oh, didn't know that.
Quote:
I avoided any automatic move system, since I couldn't get timers to work. If I had set it up to move automatically without a timer, you wouldn't see your move until the AI move completes, so the two moves would appear at about the same time (after a long pause, where you would be thinking "Did my move work?")
|
Ah, I guess what you need is not timers, but ability to update the screen before javascript call is completed. Well, here you go:
FskUI.Window.update.call(kbook.model.container.get Window());