interactive-console-applications topic
List
interactive-console-applications repositories
Tic-Tac-Toe-Game
17
Stars
1
Forks
17
Watchers
Tic-Tac-Toe is a simple game where two players try to get three marks in a row on a 3x3 grid. The first player to achieve this wins. If no one does, it's a draw.
Hangman-Game-Python
17
Stars
0
Forks
17
Watchers
Hangman is a word-guessing game. The computer selects a random word, and the player tries to guess it letter by letter. The player has a limited number of attempts. Incorrect guesses lead to parts of...