donkirkby / donkirkby/chess-kit

New Game: Tic Tac Toe Chess

Open
#108 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2
Forks
0
Avg merge
2d 20h
Merged PRs (30d)
4

Description

When you move a chess piece, you get to write an X (Black) or an O (White) on a Sudoku board. Each region of the Sudoku board is labelled with one or two piece types. K or Q in the centre, and two for each of the others around the outside:

```
PNB
B.R
RPN
```

Win by either placing your opponent's king in checkmate, or by getting a super tic tac toe. That is, fill in X and O until you get a tic tac toe of Xs or Os in a region, then mark that region with a large X or O for the winner. Win three regions in a line to win the game.

Contributor guide

Open the contributing guide

Research direction

The issue provides the game rules but names no files, tests, or entry points. Start by examining how existing games are implemented in chess-kit and identify the board, move, and win-condition entry points. Done means a playable Tic Tac Toe Chess game supports both checkmate and super tic-tac-toe victory conditions.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
game-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.