Skip to content

An assignment for CSSE1001/7030 at the University of Queensland. A unique take on Tic-Tac-Toe allowing players to stack markers based on size

License

Notifications You must be signed in to change notification settings

CoderNoel/Fancy-TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fancy Naughts & Crosses

A modified version of the classic Tic-Tac-Toe (or Naughts & Crosses) game developed as part of the CSSE1001 course at the University of Queensland.

Description

This game is similar to the traditional Tic-Tac-Toe but introduces an interesting twist: each player has markers of different sizes. Players can place a larger marker on top of a smaller marker already present on the board. The game ends either when a player fills a row, column, or diagonal with their markers or when the game reaches a stalemate.

How to Play

  1. The game is played on a 3x3 grid.
  2. Players take turns to place their markers.
  3. A player can place any of their markers on an empty cell or place a larger marker on top of a smaller one already on the board.
  4. The game concludes when a player wins by forming a line or when no further moves can be made.

Getting Started

Prerequisites

  • Python 3.x

Running the Game

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run python a1.py to start the game.

Author

codernoel

Inspiration

The concept of this modified Tic-Tac-Toe game was inspired by a post on Reddit. You can view the original post and the visual demonstration of the game here.

About

An assignment for CSSE1001/7030 at the University of Queensland. A unique take on Tic-Tac-Toe allowing players to stack markers based on size

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages