A collection of short games made to run on the command line.
- Blackjack (
Python
) - Hangman (
C
) - Rock, Paper, Scissors, Lizard, Spock (
C++
) - Tetris (
C++
, Windows only) - TicTacToe (
Python
) - UFO game (
C++
)
Play Blackjack against an AI dealer.
Play Hangman from a list of words loaded from a text file.
Play a variation of the classic rock, paper, scissors with extra options.
A Tetris clone on the command line.
A two player game of TicTacToe.
Play a hangman clone with alien abduction.