Tactix is a chess cngine written in Go. The goal of this project is to create a chess engine that can play chess at a decent level.
For now the engine is just a simple implementation of a chess engine with legal move generation. The engine should be UCI combatible on the minimal level.
To get started, clone the repository and run go run Tactix/main.go
to start the engine.
Type help
to see the available commands.