Testing the Tic Tac Toe game what will learn all moves and will not lose after training. ## Technical idea * practice go language * features to deal with go lang: sqlite, translations
Find a file
2023-12-29 18:58:23 +02:00
assets working logics 2023-12-29 18:22:54 +02:00
views fix line calculation 2023-12-29 18:58:23 +02:00
.gitignore Initial commit 2023-12-28 07:51:51 +00:00
game.go fix line calculation 2023-12-29 18:58:23 +02:00
go.mod routs, views, Game logic init 2023-12-29 13:42:21 +02:00
go.sum routs, views, Game logic init 2023-12-29 13:42:21 +02:00
LICENSE Initial commit 2023-12-28 07:51:51 +00:00
main.go fix line calculation 2023-12-29 18:58:23 +02:00
README.md Initial commit 2023-12-28 07:51:51 +00:00

tic-tac-toe

Testing the Tic Tac Toe game what will learn all moves and will not lose after training.

Technical idea

  • practice go language
  • features to deal with go lang: sqlite, translations