1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds a "hishotori" table to the results panel when a basho tournament is being played More... over 23 years ago
Added friendless.util More... over 23 years ago
Initial checkin. More... over 23 years ago
Added myself :-) More... over 23 years ago
Commented out some debug println's. More... over 23 years ago
Removed turns parameter from takeTurn() method. Added a getGUIComponent() method, a JLabel displaying status info. Board initialization has been moved to the Game class. Sending of other player's move has been moved to the RemotePlayerProxy class. More... over 23 years ago
Removed turns parameter from takeTurn() method. Added the getGUIComponent() method. The player uses the ButtonPanel for input. More... over 23 years ago
Moved large portions of the code into the Game, GamePanel and ButtonPanel classes. Adapted the rest of the code to work with these changes. More... over 23 years ago
Updated for ButtonPanel. Button label is know (id+1) instead of (id/2+1). More... over 23 years ago
Removed turns parameter from takeTurn() method. Added getGUIComponent() method. More... over 23 years ago
Added a default getGUIComponent implementation. More... over 23 years ago
Added Charlie More... over 23 years ago
Made some methods protected instead of public. More... over 23 years ago
New player with new strategy. More... over 23 years ago
*** empty log message *** More... over 23 years ago
Changed use of remote.RemotePlayer (which is obsolete) to player.RemotePlayer. More... over 23 years ago
Commented out the setInitialBoard method, not used yet. More... over 23 years ago
Now takes care of sending/receiving initial board position and of transmitting/receiving all moves. More... over 23 years ago
Removed some debug println's. More... over 23 years ago
Added some thread to improve user experience. This also makes future multi-player enhancments easier. More... over 23 years ago
Added chat function More... over 23 years ago
Added id for chat message More... over 23 years ago
Removed dependency on remote package. More... over 23 years ago
Add turns parameter to takeTurn method. More... over 23 years ago
New files for configuring registries. More... over 23 years ago
Reflect the new realities. More... over 23 years ago
Updated version number and some credits. More... over 23 years ago
Added keys to support player registries. More... over 23 years ago
Took out the static part of PlayerWrappers which maintained the list of players. Replaced it with a set of PlayerRegistry implementations. HumanPlayerRegistry reads a list of peoples names and optional icons, and creates a HumanPlayerWrapper for each. RobotPlayerRegistry keeps a list of all the robot players by looking in the file robots.txt. RemotePlayerRegistry reads a list of player names and host port pairs from a file, but does nothing with them because multiple remote connections are not supported yet. Made some other changes cleaning up PlayerWrappers. More... over 23 years ago
New pictures for human players. More... over 23 years ago