https://github.com/nagilum/matryoshkatictactoe
Tic tac toe with a mix of Matryoshka
https://github.com/nagilum/matryoshkatictactoe
Last synced: 3 months ago
JSON representation
Tic tac toe with a mix of Matryoshka
- Host: GitHub
- URL: https://github.com/nagilum/matryoshkatictactoe
- Owner: nagilum
- Created: 2022-07-04T23:31:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T13:47:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T13:47:53.687Z (4 months ago)
- Language: C#
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe meets Matryoshka
Tic Tac Toe in the terminal where you can override the opposing player if you have higher points available.

## How To Play
* Use the arrow keys to navigate which cell to place your mark (points) in.
* When you're ready to place your mark, use one of the number keys, 1 to 5.
* If it's a blank cell, you can place your points there.
* If you've placed points there before, you can only place a higher value. Your previous set points will be lost.
* If the opponent has placed points there, you can only place (and take over) the cell with a higher value. The opponents points are then lost.## Planned Updates
* Add ability to play against the computer.