Skip to content

ahmadnazeri/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

This program was developed to allow a human play tic-tac-toe against a computer. Version 1 uses conditional statements (so not really ML). Version 2 will be coming soon and it will use reinforcement learning

How to use the Program?

Version 1

In order to run the code, simply run python3 main.py

  • Human vs. Computer (Default)

  • Computer vs. Computer

    • Comment the 2nd to last line & Uncomment the last line (this will allow an 'intelligent' agent play against a random player)
NOTE: The purpose of this small project is to learn ML; feel free to make suggestions and comments regarding the code. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages