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.
-
Updated
Oct 7, 2024 - Jupyter Notebook
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 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 a stick figure being drawn. If the player guesses the word before the figure is complete, they win.
Add a description, image, and links to the interactive-console-applications topic page so that developers can more easily learn about it.
To associate your repository with the interactive-console-applications topic, visit your repo's landing page and select "manage topics."