Skip to content

Mini TicTacToe game with only Xs and first to 3 in a row loses. Uses basic classes and inheritance in c++

Notifications You must be signed in to change notification settings

J4s0nZhang/Misere-TicTacToe-x-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

Mini TicTacToe game with only Xs and first to 3 in a row loses. Uses basic classes and inheritance in c++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages