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/