Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteblackgoose/tictactoe
The simple game against a bot that you can't defeat
https://github.com/whiteblackgoose/tictactoe
Last synced: 18 days ago
JSON representation
The simple game against a bot that you can't defeat
- Host: GitHub
- URL: https://github.com/whiteblackgoose/tictactoe
- Owner: WhiteBlackGoose
- License: cc0-1.0
- Created: 2021-07-24T18:16:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T18:31:50.000Z (about 3 years ago)
- Last Synced: 2024-10-19T18:46:37.101Z (30 days ago)
- Language: C#
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TicTacToe
The simple game against a bot that you can't defeat. The algorithm is simple:
we consider all our possible moves and choose the one which never leads to the
user's victory.Use arrows to set `X`. The bot will be responding by `O`. You will never win,
although it is simple not to lose either.