TomasZilinek / JobsCZ_TicTacToe

This is a tic tac toe bot competing on platform created by Jobs cz (https://piskvorky.jobs.cz/). Bots created in any programming language can compete there submitting their moves via http endpoints.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JobsCZ_TicTacToe

This is a tic tac toe (five in a row) bot competing on a platform created by Jobs cz (https://piskvorky.jobs.cz/). Bots created in any programming language can compete there submitting their moves via http endpoints. (made in 2022)

The bot is customizable. New AIs (default is MinMax) can be created and used with the bot. It communicates with the website via HttpClient sending and receiveing json data. There is some multithreading used.

You can also play against an AI via desktop interface.

Requirements

  • Visual Studio
  • Newtonsoft Json

Credits

screenshot1 screenshot2 screenshot3

About

This is a tic tac toe bot competing on platform created by Jobs cz (https://piskvorky.jobs.cz/). Bots created in any programming language can compete there submitting their moves via http endpoints.


Languages

Language:C# 100.0%