Update README.md
This commit is contained in:
parent
baeed0bf98
commit
7b73049c17
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ Java Client is now functional with GUI.
|
|||
# Troubleshooting:
|
||||
- Make sure you enable X11 forwarding in your PuTTY settings before you start your connection to the linux server.
|
||||
- Make sure you also open XLaunch and just click next until finish so that PuTTY doesn't whine about not having a server to start up the client with.
|
||||
- The GUI takes two moves at a time, to play click the square with the piece you want to move, then the square you want to move it to. Remember there is very minimal error checking on the GUI side, so if you make an incorrect move, the server will just yell at you and the client will continue like nothing happened. I left in some Debugging output on both the Client and Server side so you guys can tell where you messed up. Let me know if you experience any bugs.
|
||||
- The GUI takes two moves at a time, to play click the square with the piece you want to move, then the square you want to move it to.
|
||||
- Be patient. Swing is very slow and it'll take a second or two for it to initialize the window and a couple seconds to render the icons each time you make a move (depending on if you're using a VPN or not, runs smoothly on campus).
|
||||
|
|
Reference in a new issue