Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j4s0nzhang/misere-tictactoe-x-
Mini TicTacToe game with only Xs and first to 3 in a row loses. Uses basic classes and inheritance in c++
https://github.com/j4s0nzhang/misere-tictactoe-x-
c-plus-plus classes inheritance tic-tac-toe
Last synced: about 2 months ago
JSON representation
Mini TicTacToe game with only Xs and first to 3 in a row loses. Uses basic classes and inheritance in c++
- Host: GitHub
- URL: https://github.com/j4s0nzhang/misere-tictactoe-x-
- Owner: J4s0nZhang
- Created: 2017-12-04T03:10:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T03:58:32.000Z (about 7 years ago)
- Last Synced: 2023-10-18T04:29:37.612Z (about 1 year ago)
- Topics: c-plus-plus, classes, inheritance, tic-tac-toe
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Misere-TicTacToe-x-
Mini TicTacToe game that includes a menu.TicTacToe is boring because a match between even slightly competent people will lead to a tie.
This new game mode will add much more spice to the game.Rules:
Both players play X.
First to 3 consecutive Xs (rows, columns, diagonals) loses.
When in 3 boards mode, a board will be considered dead when 3 consecutive Xs are found on it.
The victor will be decided in 3 boards mode when the last board is killed, killing the previous boards are allowed, they are means by which the player sets up the victory in the last board.
Goal of the game is to force the opponent to make 3 consecutive Xs in the last board.