## Description _Bradford University Bulls and Cows Game_ is an implementation of the pen and paper code breaking game _Bulls and Cows_. The computer thinks of a code of five numbers and the players must try to guess it. After guessing the player is told [...]
## Description _Bobstones_ is a computer version of the dice game described in the novel _Watership Down_. The player plays against the computer and guesses the properties of two thrown dice. First the player must guess if the value is odd or even, then [...]
## Description _Blkjak_ is a digital implementation of the card game Blackjack. The player starts with some virtual cash and must try to earn more. The house limit is $500 and the the computer pays out 1.5 to 1 on a Blackjack hand. The player receives [...]
## Description _Blkjak_ is a text-based blackjack game. The player plays against the bank (computer) and must try to get 21 points with cards or as high as possible without going bust (over 21). Whoever has the highest amount wins the wager.
## Description _Blkjac_ is a fully text-based blackjack game. The player plays against the computer (bank) which adheres to Las Vegas style rules. The goal is to get a total of 21 points of cards (or as close to) without going bust (over 21). Whoever has [...]
## Description _BKG_ is a Backgammon playing computer program that runs on a PDP-10 mainframe computer. It plays a standard game and is renowned for having the first AI game program that ever beat a ruling world champion in any board game. The game could [...]
## Description BJ is an early terminal implementation of Blackjack. Each hand is printed in shorthand (e.g. JC for Jack of Clubs), with the user being prompted to hit. If yes is answered, an additional card is drawn. If no, the player stays, the dealer [...]
## Description _Beyond Bagels_ is a code breaking game inspired by Bagels. The player must guess a three-digit code. For each guess the player is scored, 1 point for a correct digit, and 1 additional point for a digit in the correct location.