Skip to content
/ ttt Public
forked from jserv/ttt

An implementation of tic-tac-toe in C, featuring an AI powered by the negamax algorithm

License

Notifications You must be signed in to change notification settings

kaiweike/ttt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttt

An implementation of tic-tac-toe in C, featuring an AI powered by the negamax algorithm.

This program operates entirely in the terminal environment. Below is its appearance as it awaits your next move:

 1 |  ×
 2 |     ○
 3 |
---+----------
      A  B  C
>

To execute a move, enter [column][row]. For example:

> a3

Press Ctrl-C to exit.

Reference

About

An implementation of tic-tac-toe in C, featuring an AI powered by the negamax algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • Makefile 1.7%