Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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.