README ¶ Tic Tac Goe A simple implementation of Tic Tac Toe using the Go programming language. This repository includes a basic game engine that allows for a game against an AI. Features Play Tic Tac Toe in the terminal or in UI Board visualization Installation Clone the repository: git clone https://github.com/divy-sh/tic-tac-goe.git Navigate to the project directory: cd tic-tac-goe Build the project: go build . Usage Run the executable to start the game: # cli ./tic-tac-goe # gui ./tic-tac-goe -ui Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files engine.go main.go Directories ¶ Show internal Expand all Path Synopsis game Click to show internal directories. Click to hide internal directories.