Skip to content

Chessticulate/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe

Python Tic Tac Toe Module

Development Setup

  1. clone repository
    • git clone git@github.com:chessticulate/tictactoe && cd tictactoe
  2. create virtual environment
    • python -m venv venv && source venv/bin/activate
  3. install the project for local development
    • pip install --editable .[dev]
  4. format the project
    • black .
  5. lint the project
    • pylint ./tictactoe
  6. test the project
    • pytest

Usage

To run the module as a simple commandline game, run: python tictactoe

To use this module in another project, run: - TBD

Releases

No releases published

Packages

No packages published