Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soulyma/tic-tac-toe-game
I made this one player Tic-Tac-Toe using only turtle library in python ( the second player is the computer )
https://github.com/soulyma/tic-tac-toe-game
game game-development python turtle-library
Last synced: 3 days ago
JSON representation
I made this one player Tic-Tac-Toe using only turtle library in python ( the second player is the computer )
- Host: GitHub
- URL: https://github.com/soulyma/tic-tac-toe-game
- Owner: Soulyma
- Created: 2022-09-03T14:16:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T18:26:43.000Z (over 2 years ago)
- Last Synced: 2024-04-22T01:41:30.191Z (8 months ago)
- Topics: game, game-development, python, turtle-library
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe-Game
I made this one player Tic-Tac-Toe using only turtle library in python ( the second player is the computer ).
The first player (Human) will chose where to put the X's from his/her computer keyboard.
The second player task (computer) will block the human from winning