Skip to content

Try to align the word 'SMS' in the grid to win this TicTacToe Remastered game! Created in Python using Tkinter.

Notifications You must be signed in to change notification settings

marcb152/tictactoe_remastered_sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remastered TicTacToe game!

This game was created as a school project in computer science. The goal was to create a tic-tac-toe game that has an editable grid size and a flexible gameplay (two game modes available).

  • The first game mode, called 'TicTacToe mode', is pretty much like the original game, the first player that creates an alignment wins the game.
  • The second game mode, called 'Max score mode', consists of maximizing the score, one aligment provides 1 additional point.

Features

  • Saving/loading system, saves the settings and the current game
  • Customizable colors and player names
  • Up to 10 players
  • Custom grid size up to 15x15 cases
  • Can detect equally ranked players
  • Fully documented code
  • Windows executable available to download

Enjoy!