Skip to content

Fork from Group Activity in IPOS, Tafe Class. Editted by Jeonghyun Min to update normal and blind tic tae toe games.

License

Notifications You must be signed in to change notification settings

kangaroo-eating-carrots/tic-tac-toe-html-branches

 
 

Repository files navigation

Tic Tac Toe Flask Application

A simple Tic Tac Toe game built with Python and Flask. This application allows two players to play Tic Tac Toe in a web browser. Originally forked from NM-Tafe Group Activity, and then Updated by Jeonghyun Min

Features

  • Two-player Tic Tac Toe game
  • Branch > main: normal tic tae toe game
  • Branch > blind: blind tic tae toe game in which players cannot see their marks until the game end
  • Simple web interface
  • Option to reset the game

Game Examples

1-1. Normal Tic-tac-toe ( Playing )

normal Tic-tac-toe playing


1-2. Normal Tic-tac-toe ( Result )

normal Tic-tac-toe result


2-1. Blind Tic-tac-toe ( Playing )

blind Tic-tac-toe playing


2-2. Blind Tic-tac-toe ( Result )

blind Tic-tac-toe result



Getting Started

Prerequisites

  • Python 3.x
  • pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/tic-tac-toe.git
    cd tic-tac-toe
  2. Install dependencies:

    pip install -r requirements.txt
  3. (Optional) Change to blind branch

    git checkout blind
  4. Run the application:

    python app.py
  5. Open your web browser:

    Go to http://127.0.0.1:5000 to play the game.

About

Fork from Group Activity in IPOS, Tafe Class. Editted by Jeonghyun Min to update normal and blind tic tae toe games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.6%
  • HTML 17.5%
  • CSS 10.9%