Giter VIP home page Giter VIP logo

unity-tic-tac-toe's Introduction

Unity TicTacToe

A TicTacToe game made in Unity.

Unity Version: 2021.3.14f1

tictactoe_screenshot_1 tictactoe_screenshot_3

How to play

Tap the screen to start game, player pick O, AI pick X as pawn.

There are three types: easy, mid, and hard of difficulty, increases when player win.

Refresh: tap the O in the upper left corner of the screen.

Quit: tap the X in the upper right corner of the screen or press Esc.

Script Content

There are 4 folder in scripts content.

2023-03-27_114320

Definition

Some definitions of enum and constant.

GameMain

TicTacToe: game procedure controller.

TicTacToeMiniMax: a partial class of TicTacToe, include minimax search algorithm.

TicTacToeWinnerChecker: a partial class of TicTacToe, include the functionality of board state check up.

Grid

Object Grid and its data.

UI

The view script for each user interface.

TODO

  • Implement minimax parallel for more efficient computing on N x N board
  • Find a better ways to weaken search algorithms.
  • Search in the coroutine.
  • Lock/Hide the grid on a larger board to create more interesting game.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.