0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 19, 2025 — Mar 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
comments More... over 22 years ago
added ShowObject interface and a few comments More... over 22 years ago
Fixed bug concerning who wins the trick, and fixed bug concerning ace being the highest for the trick, and fixed bug concerning ace or king or queen or jack not being possible to enter as cards in the console for a play More... over 22 years ago
added isFinished More... over 22 years ago
added isFinished test and another getDead test More... over 22 years ago
console play of card implemented More... over 22 years ago
added isEmpty method able to tell if there s still cards to play in your hand More... over 22 years ago
Implemented sorting cards in decreasing order when displaying them to users More... over 22 years ago
Displays the bid that is being played More... over 22 years ago
Fixed many bugs in the ConsoleGame, prints the hand of the player, prints new game, fixed reading input etc More... over 22 years ago
UML class diagrams for freebridge. This may evolve. More... over 22 years ago
Beginning of a UML view of Freebridge, using Zargo More... over 22 years ago
wrote a very basic doBid for ConsolePlayer. Must improve it so that lower case and upper case etc are accepted and make it more easy to use More... almost 23 years ago
Replacement of HumanPlayer More... almost 23 years ago
Started coding the play of console bridge. Sends NullPointer currently because doBid is not implemented yet in ConsolePlayer. Added a showHand method. More... almost 23 years ago
Match takes Players as input, and not names More... almost 23 years ago
HumanPlayer replaced by ConsolePlayer More... almost 23 years ago
Started the console game. Nothing playable yet. More... almost 23 years ago
Game no longer inherits from Match but uses it. Implemented the doBidStage() method of Game More... almost 23 years ago
Player is now abstract, and HumanPlayer extends it More... almost 23 years ago
Replaced Lift by Trick More... almost 23 years ago
Added the getDead() method in BidStage More... almost 23 years ago
Added a getBidToPlay() More... almost 23 years ago
Added javadoc target More... almost 23 years ago
Template moved to head of file More... almost 23 years ago
Fixed a bug in BidStage, added the isFinished method More... almost 23 years ago
Added a hand in the Player class More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
Added the bid stage More... almost 23 years ago
Added the Lift class, modification in corresponding classes, removed the . external jars More... almost 23 years ago