angrycaptain19 / Tic-tac-toe-2

0 stars 0 forks source link

Add chess as a game option #13

Closed angrycaptain19 closed 1 week ago

angrycaptain19 commented 1 week ago

Add chess to the list of playable games.

Need to both add it to the games page and create a page where you can play chess.

For now let's keep it with 2 players playing each other and not have the option to have a computer opponent

angrycaptain19 commented 1 week ago

@sourcery-ai plan

sourcery-ai[bot] commented 1 week ago

Objectives

Setup commands

File changes

games/chess.html

static/css/style.css

static/js/chess.js

static/js/games.js

index.html

Verify commands


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

angrycaptain19 commented 1 week ago

@sourcery-ai develop