Skip to content

Releases: brinza888/tictactoe

v0.3.0

25 Apr 22:16
51e596b
Compare
Choose a tag to compare

After the previous release v0.2.1 in this project were made many changes and improvements. Mostly oriented to:

  • Better project structure
  • Better menus
  • Old strange code refactoring
  • Preparations for multiplayer gaming
  • Docker deployment ability

v0.2.1

01 Oct 16:08
Compare
Choose a tag to compare

No major changes

  • Some minor code fixes
  • Update README

v0.2.0

10 Dec 22:33
482634b
Compare
Choose a tag to compare

New interactive interface

In this release available new interactive terminal interface written, using ncurses library.
AI logic and source code structure were saved without any changes.

Build & Run

Follow README instructions.

v0.1.0

10 Dec 21:44
c3f3885
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First release of my TicTacToe game with AI written in C

Simple console (non-interactive) interface for TicTacToe game with AI.
Includes only linux_x86_64 build.