Skip to content

๐ŸŽฎ Relive the nostalgia of childhood with this web-based โŒโญ• Tic Tac Toe game, implemented in ๐Ÿ Python with a sleek interface using ๐ŸŽจ CSS, ๐Ÿ’ป JavaScript, and ๐ŸŒ HTML.

License

Notifications You must be signed in to change notification settings

hrosicka/TicTacToeWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Tic Tac Toe Web

Feeling nostalgic? Relive the joy of childhood with this Python implementation of โŒโญ• Tic Tac Toe.

๐Ÿ“ Description

Tic Tac Toe Web is a web-based implementation of the classic game Tic Tac Toe (Noughts and Crosses). Built using Python, CSS, JavaScript, and HTML, this project allows you to enjoy the timeless fun of Tic Tac Toe right in your browser. Whether you're looking to test your strategic thinking or simply pass the time, this project has you covered!

๐ŸŽฎ Features

  • Two-player mode: Play with a friend and relive the challenge.
  • Simple interface: Easy-to-use design for a smooth gaming experience.
  • Web-based: Accessible through your browser, no installation required.
  • Responsive Design: Optimized for desktop and mobile devices.

๐Ÿ› ๏ธ Technologies Used

  • Python: Backend logic for managing the game.
  • HTML/CSS: For building and styling the user interface.
  • JavaScript: For interactive and dynamic game behavior.

๐Ÿš€ How to Run Locally

Follow these steps to run the project on your machine:

  1. Clone this repository
git clone https://github.com/hrosicka/TicTacToeWeb.git
  1. Navigate to the project directory
cd TicTacToeWeb
  1. Start the server
python app.py
  1. Open your browser and visit
http://localhost:5000

๐ŸŒŸ How to Play

  1. The game board has 9 cells arranged in a 3x3 grid.
  2. Players take turns marking a cell with either โŒ or โญ•.
  3. The first player to align three of their marks (horizontally, vertically, or diagonally) wins.
  4. If all cells are filled and no player has won, the game ends in a draw.

๐Ÿ“ธ Screenshots

About

๐ŸŽฎ Relive the nostalgia of childhood with this web-based โŒโญ• Tic Tac Toe game, implemented in ๐Ÿ Python with a sleek interface using ๐ŸŽจ CSS, ๐Ÿ’ป JavaScript, and ๐ŸŒ HTML.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published