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.
- Host: GitHub
- URL: https://github.com/marcb152/tictactoe_remastered_sms
- Owner: marcb152
- Created: 2023-02-14T07:52:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T18:45:50.000Z (about 2 years ago)
- Last Synced: 2025-02-12T08:33:50.915Z (3 months ago)
- Topics: pycharm-ide, python, python3, tic-tac-toe, tic-tac-toe-game, tictactoe, tictactoe-game, tkinter, tkinter-game, tkinter-gui, tkinter-python, ttk
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!***