Skip to content

ShHaWkK/Morpion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

Morpion (Game of Crabs)

This project is an implementation of the classic crabs game in Python, using the Tkinter library for the graphical interface.

Description

The game of crabs, also known as Tic-Tac-Toe, is a game for two players, "X" and "O", who mark spaces in turn in a 3x3 grid. The player who manages to place three of his marks in a horizontal, vertical or diagonal line wins the game.

Features

  • Simple and intuitive graphical interface.
  • Choice of difficulty level against artificial intelligence (easy, medium, difficult).
  • Score counter for both players.
  • Possibility to replay at the end of a game.
  • Button to exit the game.

Prerequisites

  • Python 3.x
  • Tkinter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages