Chess

  • rrusciguy
    15th Apr 2011 Member 0 Permalink
    @code1949 (View Post)

    they're so addicted that their soul remains behind and continues playing
  • Racer-Delux
    15th Apr 2011 Member 0 Permalink
    Ok, I just found one major and accidental bug. I blocked the INST that clears the LCD pertaining to the players piece. This is only on the white squares, will fix it as fast as possible (port 80 is blocked where I am, so this will happen tonight).
  • Racer-Delux
    15th Apr 2011 Member 0 Permalink
    Ok, finally got around to fixing the missing INST. Everything should work fine now!
  • theKJM
    15th Apr 2011 Member 0 Permalink
    wow youl be on front page no time
  • dgreen
    15th Apr 2011 Member 0 Permalink
    how did you double post? anyway plus 100 to the power of chuck norris
  • shroom207
    15th Apr 2011 Member 0 Permalink
    @dgreen (View Post)
    He was able 2 double post because he posted 4 days after his last post.
  • Finalflash50
    15th Apr 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • Synergy
    15th Apr 2011 Member 0 Permalink
    I took a good look at it, and it is alot simpler than it looks when you first see it. But its still really good :)

    I think you should find a way to automatically clear a piece that is written over. Unless I was using it wrong, I had to clear it then move my piece.

    Also find a way to restrict movement so that you can only move pieces where they would normally be allowed to go. Eg bishop only diagonal.

    Really nice job though.
  • Racer-Delux
    15th Apr 2011 Member 0 Permalink
    @Synergy

    Synergy:

    I took a good look at it, and it is alot simpler than it looks when you first see it. But its still really good :)


    Shhhhh

    Synergy:

    I think you should find a way to automatically clear a piece that is written over. Unless I was using it wrong, I had to clear it then move my piece.


    I wanted to do this, but I ran out of room.

    Synergy:

    Also find a way to restrict movement so that you can only move pieces where they would normally be allowed to go. Eg bishop only diagonal.


    I need about 10x the space to do this. Try looking at the math for possible spots to move. You have 64 spots, 32 pieces, of which almost every piece can move to every spot on the board. A LOT of if then statements...
  • Synergy
    15th Apr 2011 Member 0 Permalink
    That is true haha. Damn powder toy and its lack of space!