Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titanium339/tic-tac-toe
Command-line Tic-Tac-Toe game
https://github.com/titanium339/tic-tac-toe
c game minimax terminal-game tic-tac-toe
Last synced: about 2 months ago
JSON representation
Command-line Tic-Tac-Toe game
- Host: GitHub
- URL: https://github.com/titanium339/tic-tac-toe
- Owner: TITANIUM339
- Created: 2022-01-13T10:45:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T09:40:30.000Z (over 1 year ago)
- Last Synced: 2024-04-23T21:58:37.270Z (9 months ago)
- Topics: c, game, minimax, terminal-game, tic-tac-toe
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
An over engineered Tic-Tac-Toe game.This is a command-line Tic-Tac-Toe game made in C.
You can play against a second player or against the computer.
Moves made by the computer are generated using the minimax algorithm.