Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Programming_Project2

Project 2

This project is an interactive Tic-Tac-Toe game on a 3x3 grid with: A human player vs AI opponent A build in tutor that can suggest the most optimal move Follows standard rules of Tic-Tac Toe

project.py

Starts the game, how to play the game with a build in "tutor". Wures together the game logic.

Requirements

  • project.py

Has all the required contents of the game, games.py and utils.py is not needed to run the code.

  • pip

Needed to install numpy.

  • numpy

Needed for random number generation.

To install numpy, use

pip install numpy

Running the game

This game can be run solely through VSCode.

Once the code is saved, press the Run button and a new window should pop up with the game.

About

Project 2

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages