Skip to content

PGatts/TripleThreat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Triple Threat

Overview

This is a Python Flask web application that is a basketball-themed tic-tac-toe variant.

Prerequisites

To run this Flask app, ensure you have the following installed:

  • Python 3.x
  • flask
  • requests
  • beautifulSoup

Setup

1. Clone the repository

git clone https://github.com/pgatts/TripleThreat.git
cd TripleThreat/TripleThreat

2. Run the app

python3 TripleThreat.py

3. Access via web browser

Go to http://127.0.0.1:5000 on your web browser

How to play

Each players (red/blue) selects a box by number and submits a player name as a guess on each turn. First to get three in a row wins!

About

A tic-tac-toe style basketball game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published