A 3D twist on the classic Tic-Tac-Toe game — originally launched on Google Play as "3D Tic Tac Toe" (package: com.GraphicsGaming.TicTacToe).
Check out the full project code and Unity setup here: GitHub – TicTacToe3D
- Developed under UPESGG (team: Nikhil, Aditya Goyat, Prabhat, Raghav Verma) with UI/UX by Shaswat Bisoyi, guided by mentor Pankaj Badoni :contentReference[oaicite:1]{index=1}
- The project was publicly launched and updated around November 2023 (latest version v0.2) :contentReference[oaicite:2]{index=2}
- Played on a 3×3 board using three piece sizes: large (1), medium (2), and small (3) pieces :contentReference[oaicite:3]{index=3}
- Capture mechanics:
- Medium & large pieces can capture small
- Large can capture medium
- The objective: form a traditional Tic-Tac-Toe line using your pieces with smart positioning and captures :contentReference[oaicite:4]{index=4}
- Game includes a time limit—you must place your move before the timer runs out, or your opponent wins :contentReference[oaicite:5]{index=5}
- Match can end in a draw if all pieces are used or board fills with no win :contentReference[oaicite:6]{index=6}
- 🎮 Unique twist on traditional Tic-Tac-Toe with multi-sized piece logic
- 🧠 Strategic capture mechanics and planning under time pressure
- 🤝 Play against a friend or vs AI opponent
- 🕹 Casual mindset, strategic depth, and accessible design
- Hosted on GitHub: Nikhil9182/TicTacToe3D
- Unity-based prototype (or Android implementation) showcasing board logic, piece interaction, and UI
- Ideal for learning:
- Turn-based game flow
- Size-hierarchy capture rules
- Time-bound player turns
From the GitHub project:
- Open the Unity project or Android Studio project (depending on repo content).
- Explore or modify:
- Piece behavior scripts
- Capture and placement logic
- Run a local build or use emulator/device to test gameplay.
- Add enhanced AI logic or difficulty levels
- Improve UI/UX and visual polish
- Add local vs AI and local multiplayer modes
- Include leaderboards, stats tracking, or power-ups
- Project developed by Nikhil, Aditya Goyat, Prabhat & Raghav Verma
- Mentor: Pankaj Badoni
- UI/UX Design: Shaswat Bisoyi
- Inspired by classic Tic-Tac-Toe logic with a twist! :contentReference[oaicite:7]{index=7}
Want to share feedback or ask questions?
Visit GitHub – Nikhil9182 or drop an issue in the repo.
✨ Dive in, experiment with the sizes and capture mechanics, and enjoy a new dimension of Tic-Tac-Toe!