Skip to content

maxiscoding28/lenny-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

lenny-tic-tac-toe - ( ͡° ل͜ ͡°)

My first completed-ish Python project.

It uses python3 (e.x: python3 tic-tac-toe.py) to run.

It requires the terminaltables module (pip install terminaltables) to display the pretty game board.

Things I'd still like to improve:

  • GUI interface for the game
  • Improve computer strategy (currently the computer selects a random space)
  • Break code out into modules (constants, util functions, gameplay functions)
  • Refactor larger functions into smaller ones (gamePlay, getHuman/ComputerMove especially)



Test

About

( ͡° ل͜ ͡°)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages