pSwaqtch / Super-Tic-Tac-Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Tic Tac Toe ๐Ÿš€

Made with โค๏ธ by KRUPAL
~pSwaqtch

๐Ÿ”ข Introduction

Welcome to the thrilling world of Super Tic Tac Toe! This console-based C program brings the classic game to life with a unique twist. Take on your friends in a battle of wits, strategically making moves across mini Tic Tac Toe boards within the grander Super Tic Tac Toe arena.

๐ŸŽฎ Overview

Experience the excitement of a dynamic Super Tic Tac Toe game where each cell in the main board hosts a mini Tic Tac Toe challenge. Engage in intense battles, detect wins on both local and super levels, and enjoy a simple yet engaging console interface.

โœจ Features

  • Dynamic memory allocation for game boards ๐Ÿง 
  • Toss to determine the starting player ๐Ÿ”„
  • Local and super win detection ๐Ÿ†
  • Clear screen function for a polished user interface ๐ŸŒˆ
  • Player token selection for personalized gameplay โœจ

๐ŸŽฏ How to Play

  1. Clone the Repository:
    git clone git@github.com:pSwaqtch/Super-Tic-Tac-Toe
    cd Super-Tic-Tac-Toe
  2. Make & Compile the Program:
    make clean
  3. Run the Program:
    • linux/mac
    ./Super-Tic-Tac-Toe
    • windows
    Super-Tic-Tac-Toe.exe
  4. Follow On-Screen Instructions:
    • Enter the names of Player 1 and Player 2 ๐Ÿค
    • Choose a token for each player โš”๏ธ
    • Make moves by selecting a super board and a local cell ๐Ÿ”„

๐Ÿšฆ Instructions

The game allows for continuous play; press 'enter' to play again or 'q' to exit ๐Ÿ”„ Explore and modify the code as part of your learning journey! ๐ŸŒฑ

๐ŸŒŸ Contribution

Feel free to open issues or pull requests if you encounter any problems or have exciting suggestions. Let's build and enhance this project together! Happy coding! ๐Ÿš€

๐Ÿ“ License

This game is open-source and available under the MIT License. Feel free to use and modify it.


Bring your strategic prowess to the forefront and dive into the world of Super Tic Tac Toe. May the best player emerge victorious! ๐Ÿ…

About

License:Other


Languages

Language:C 96.7%Language:Makefile 3.3%