An open API service indexing awesome lists of open source software.

https://github.com/marcb152/tictactoe_remastered_sms

Try to align the word 'SMS' in the grid to win this TicTacToe Remastered game! Created in Python using Tkinter.
https://github.com/marcb152/tictactoe_remastered_sms

pycharm-ide python python3 tic-tac-toe tic-tac-toe-game tictactoe tictactoe-game tkinter tkinter-game tkinter-gui tkinter-python ttk

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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!***