Skip to content

dubisdev/tictactoe_javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tictactoe Game in JS (with AI)

You can play here 👀

In this simple version of tictactoe game, you can play against the AI in three different modes:

  • Easy: the AI generates random moves.
  • Medium: the AI does someting that makes sense, but you can still win.
  • Impossible: the result is a tie or a win for the AI.

The AI code is an adaptation of a java project from Píldoras Informáticas to which I have added and refactored code to make it work better.

License

MIT © Dubisdev

About

Tictactoe Game in JS (with an AI)

Resources

License

Stars

Watchers

Forks

Contributors