chess123mate

Results 5 issues of chess123mate

I just (a couple hours ago) played several games with a friend who invited me to the matches; they were an anonymous player, but I was logged in. These games...

If a queen (say from d1) is moving to capture a king (say on d8) and is the first piece moving, I think the rule is supposed to be that...

Being able to offer a draw would be superior to automatically drawing if there haven't been captures. There are a variety of scenarios where a lack of captures does not...

Say you have two rooks at a1 and a2. If you start the a2 rook moving to a8, you aren't allowed to move the a1 rook to a7 until the...

```lua local x = Instance.new("BindableEvent") for i = 1, 10 do local con; con = x.Event:Connect(function() x:Destroy() print("B", i) end) end x:Fire() local x = require(script.GoodSignal).new() for i = 1,...