Hi ,
I started few time ago to create a Force4 game, is a game with 2 player “player blue” and “player red” you could play with a friend near for now , a day maybe could program the online to play with a friend but is too difficult for me now , before I ve programmed this with ASCII art without problem now with the grafics is all hard … Now my problem is that during the method KeyPressed of the Board2 class I would call repaint, but like API said, repaint is esecute after the end of a event… I must call repaint() in the middle of the method, otherwise don’t paint the last pawn when I win …
I post a link where I’ve upload my game … I believe that it is bad programmed…