brendanator / tic-tac-toe

0 stars 0 forks source link

Create a simple tic tac toe app #1

Open brendanator opened 3 weeks ago

brendanator commented 3 weeks ago

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

brendanator commented 3 weeks ago

@sourcery-ai plan

sourcery-ai-dev[bot] commented 3 weeks 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.

brendanator commented 3 weeks ago

@sourcery-ai develop

brendanator commented 3 weeks ago

@sourcery-ai plan Write it as a SPA using react and daisyui

sourcery-ai-dev[bot] commented 3 weeks ago

Objectives

Setup commands

File changes

src/App.tsx

src/components/Board.tsx

src/components/Square.tsx

src/components/GameStatus.tsx

src/index.css

tailwind.config.js

postcss.config.js

index.html

Verify commands


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

brendanator commented 3 weeks ago

@sourcery-ai develop