Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PRATAP TIC TAC TOE GAME #45

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

PRATAP TIC TAC TOE GAME #45

wants to merge 14 commits into from

Conversation

Might1331
Copy link

CSOC Task 0 Submission

  • URL where this game is deployed: [https://might1331.github.io/Tic-Tac-Toe-Winter-task1-/]
  • Description: [-> 1v1 mode was simple and I used mostly brute metho

ds .
->For the solo game with bot, I made a recursive algorithm that goes through all the further moves and avoids certain defeat. The algorithm is kind of a backtracking algorithm, and to reduce time of calculation, first move is specified manually depending upon one of users three possible first input.]

nishantwrp and others added 14 commits April 19, 2020 18:17
Submitting my first CSOC Assignment.
Game-link: https://atpug22.github.io/Tic-Tac-Toe/
Co-authored-by: m-e-l-u-h-a-n <pururshottam.tiwari.cd.cse19@itbhu.ac.in>
* Add Tic Tac Toe

* some change

Co-authored-by: Yash jain <jainism987e@gmail.com>
* added read me

* Main files added

* Update computer.js
* Csoc tic-tac-toe

* deployed link

* Update and rename Deployed link to Deployed link.md
* added folder

* fixed clickListener where bot makes move
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet