[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
The bug in Omega Chess is now fixed. Here is what happened. The bug was in a line that used the checkaleap function, and it was being given the wrong direction. Just recently, I fixed a bug in the checkaleap function. The bug had allowed two-way vertical movement when it was supposed to check for only one-way vertical movement. So, until the bug fix to this function, it was allowing the bug in the Omega Chess code to go unnoticed so long as players entered only legal moves. So, this was an instance of one bug fix revealing another bug.