Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khesualdo/tic-tac-toe
:x: :o: :x: :o: A simple version of all famous Tic Tac Toe game. Built during an introductory CPSC class, using Python Turtle Graphics :turtle:
https://github.com/khesualdo/tic-tac-toe
game game-development python-3 python-3-5 python-turtle-art python-turtle-graphics side-project tic-tac-toe turtle
Last synced: 24 days ago
JSON representation
:x: :o: :x: :o: A simple version of all famous Tic Tac Toe game. Built during an introductory CPSC class, using Python Turtle Graphics :turtle:
- Host: GitHub
- URL: https://github.com/khesualdo/tic-tac-toe
- Owner: khesualdo
- License: mit
- Created: 2016-09-01T04:59:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T16:49:37.000Z (almost 6 years ago)
- Last Synced: 2024-12-20T23:24:31.842Z (25 days ago)
- Topics: game, game-development, python-3, python-3-5, python-turtle-art, python-turtle-graphics, side-project, tic-tac-toe, turtle
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
---Tic Tac Toe was a side project based on what I learned in CPSC 231 (Introduction to Computer Science). I hope this gives future students some confidence and insight to making their own projects.
Also check out the group project we made: [Apocalypse](https://github.com/Step7750/Apocalypse)
![](https://github.com/00111000/Tic-Tac-Toe/blob/master/Tic-Tac-Toe.png)
# To run
`python3 TicTacToe.py`
# Features:
- Colorful interface
- Has a main screen
- Has controls to start a new game and return to the main menu
- GUI built using the Python Turtle Graphics