Skip to content

dcmoore/solid_ttt_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOLID Tic Tac Toe

This repo provides a code example of some mostly SOLID compliant code. Try to spot areas where the various principles have been applied!

How to use

  • Install python3 using homebrew
  • Run the tests with 'python3 -m unittest _test_runner.py'
  • Play the game with 'python3 ./play_ttt.py'

About

Implementation of Tic Tac Toe in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages