Skip to content

This is university project focused on creating tic-tac-toe game with simple AI (min-max and alpha-beta algorithms) to play with.

Notifications You must be signed in to change notification settings

KacperWeiss/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deadline: 6.06.2018

This is university project focused on creating tic-tac-toe game with simple AI to play with.

Project must contain features listed below:

  • User must be able to choose size of the board
  • User must be able to select how much symbols have to be put in a row in order to win
  • Project should have "nice" UI

Additional planned features:

  • User will be able to choose if he/she want to play with another human, or AI
  • Possibly diffrent difficulty levels

Components used in that project:

  • SFML:
    • Library is used to easly create UI and game graphics.
    • Library is already unpacked within a project in order to use it's components contained in "include" and "lib" directories
    • Source: https://www.sfml-dev.org/

About

This is university project focused on creating tic-tac-toe game with simple AI (min-max and alpha-beta algorithms) to play with.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published