Skip to content

raulcastr/TicTacToe-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe Game

Raul Castrillo Martinez

Content

Project Description

In this project, I will create my first python-based software! I will create a TicTacToe game that interacts with the user, using functions and other basic python resources.

Rules

  • The game is played on a 3x3 grid.
  • Each grid cell has a number from 0 to 8 as it's coordinate, player must write the number of the cell where he wants to place each token.
  • Each player can place one token for each turn.
  • The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
  • When all 9 squares are full, the game is over.
  • Human Player will always starts first turn.
  • The computer opponent will place it's tokens randomly .

Workflow

  • Planning how to structure the code.
  • Organizing my full plan in trello
  • Coding and testing
  • Organize a slides presentation

Organization

To organize myself I used Trello kanbas tool to plan my project.

Links

Repository
Slides
Trello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 71.0%
  • Python 29.0%