angrycaptain19 / Tic-tac-toe

0 stars 0 forks source link

Create a simple tic tac toe app #1

Closed angrycaptain19 closed 1 day ago

angrycaptain19 commented 1 day ago

Create a simple tic tac toe app in Python that someone can play locally in browser

angrycaptain19 commented 1 day ago

@sourcery-ai plan

sourcery-ai[bot] commented 1 day ago

Objectives

Setup commands

File changes

requirements.txt

app.py

templates/index.html

static/css/style.css

static/js/game.js

.gitignore

Verify commands


This plan was automatically generated. Please review the plan carefully and make any necessary adjustments.

angrycaptain19 commented 1 day ago

@sourcery-ai develop