angrycaptain19 / Tic-tac-toe-2

0 stars 0 forks source link

Add a new game selector screen #11

Closed angrycaptain19 closed 4 hours ago

angrycaptain19 commented 4 hours ago

I want to extend this to support multiple games.

Let's add in a games page where you could choose which game to play.

For now, it will only show tic tac toe as an option and when you click that it should take you into the current tic tac toe game

angrycaptain19 commented 4 hours ago

@sourcery-ai plan

sourcery-ai[bot] commented 4 hours ago

Objectives

Setup commands

File changes

index.html

games/tictactoe.html

index.html

static/css/style.css

static/js/games.js

static/images/tictactoe-preview.png

Verify commands


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

angrycaptain19 commented 4 hours ago

@sourcery-ai develop