Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 )`