26 lines
1.2 KiB
HTML
26 lines
1.2 KiB
HTML
|
<p>
|
||
|
<strong>A small project to test pseudo AI on Tic Tac Toe.</strong>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
Main idea was to train AI by playing game. AI has wining games datebase and select next click by selecting next step from already plaied game. In the last results AI should never lose.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
Another idea was for myself to get some trainings on go programming language.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
Project written on GPL3 license <img src="https://www.gnu.org/graphics/gplv3-127x51.png" height="18"> what you can get <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">here</a>. Project source are <a href="https://g.arns.lt/zordsdavini/tic-tac-toe" target="_blank">https://g.arns.lt/zordsdavini/tic-tac-toe</a>.
|
||
|
</p>
|
||
|
|
||
|
<h3>About myself</h3>
|
||
|
|
||
|
<p>
|
||
|
I am Arns Udovič from Lithuania. You can follow me on fediverse <img src="https://cdn.fosstodon.org/custom_emojis/images/000/691/237/static/fe937eadd5c9cb08.png" height="18"> at <a href="https://s.arns.lt/@zordsdavini" target="_blank">@zordsdavini@s.arns.lt</a>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<a href="https://www.buymeacoffee.com/zordsdavini" target="_blank" rel="nofollow noopener"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="40px"></a>
|
||
|
</p>
|