Initial Tictactics proof of concept
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Tictactics
|
||||
|
||||
A notepad-playable browser game that combines Tic Tac Toe's line-making goal with a small capture mechanic.
|
||||
|
||||
## Rules
|
||||
|
||||
- Two players alternate placing `X` and `O` on empty cells.
|
||||
- The board is `5 x 5`.
|
||||
- After placing a mark, enemy marks trapped in a straight line between the new mark and another friendly mark are captured and removed.
|
||||
- Captures can happen in any of the eight directions.
|
||||
- First player to make `4 in a row` wins.
|
||||
- If the board fills with no winner, the game is a draw.
|
||||
|
||||
## Run
|
||||
|
||||
Open `index.html` in a browser.
|
||||
|
||||
No build step is required.
|
||||
|
||||
Reference in New Issue
Block a user