Projects and games created in Ruby, all built for the command line
The classic card game. Features betting & playing against the dealer with two players.
Practice in object orientation. The classic board game, with a command line graphical interface. Features turn-based moves for two players, single and multi moves, and piece promotion.
An application of tree structures in programming as well as depth-first & breadth-first searching. Given a starting position on the board for a Knight in chess, this class has methods for showing all possible moves or showing a sequence of moves to reach any other point on the board.
The class PC game with a full graphical interface. Includes three board difficulties as options.