Skip to content

antonioeatgoat/PythonTicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe in Python

A code architecture of a video game experiment using TicTacToe

Run executable

  1. Download the package
  2. Run the executable version in the dist/ folder.

Run from code

  1. Download or clone the package.
  2. If you want to create a virtual environment
    1. python3 -m venv venv/
    2. source venv/bin/activate
  3. make install.
  4. make run

About

A simple Tic Tac Toe game made in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors