Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mario-deluna/tictacduc
Horrible coded experiment of a self learning tic tac toe cpu in php.
https://github.com/mario-deluna/tictacduc
Last synced: 5 days ago
JSON representation
Horrible coded experiment of a self learning tic tac toe cpu in php.
- Host: GitHub
- URL: https://github.com/mario-deluna/tictacduc
- Owner: mario-deluna
- Created: 2015-09-07T19:28:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T13:38:28.000Z (about 9 years ago)
- Last Synced: 2024-12-12T19:47:13.582Z (11 days ago)
- Language: PHP
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Duc
Horrible coded experiment of a self learning tic tac toe cpu in php.
## Don't expext anything..
This is a simple expiremnt that I coded in about half an hour, so please don't expect any eye candy or good structure in this.
If you want to try this out, feel free...
```bash
$ php -S localhost:8080
```You can train the computer by simply executing the `train-rand.php` file.
```bash
$ php train-rand.php
```Proababilty is updated by: `p / (1 + p )`