Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tibostr/tic-tac-toe-vs-ai
Tic Tac Toe game vs AI
https://github.com/tibostr/tic-tac-toe-vs-ai
alpha-beta-pruning artificial-intelligence c game minimax terminal-game tic-tac-toe
Last synced: 19 days ago
JSON representation
Tic Tac Toe game vs AI
- Host: GitHub
- URL: https://github.com/tibostr/tic-tac-toe-vs-ai
- Owner: TiboStr
- License: mit
- Created: 2022-02-05T09:53:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T22:06:44.000Z (almost 3 years ago)
- Last Synced: 2023-09-17T18:50:07.958Z (over 1 year ago)
- Topics: alpha-beta-pruning, artificial-intelligence, c, game, minimax, terminal-game, tic-tac-toe
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic Tac Toe vs AI
1. `git clone [email protected]:TiboStr/tic-tac-toe-vs-ai.git` or `git clone https://github.com/TiboStr/tic-tac-toe-vs-ai.git`
2. `cd tic-tac-toe-vs-ai/src/`
3. `gcc main.c tictactoe.c`
4. `./a.out`