An open API service indexing awesome lists of open source software.

https://github.com/coderosh/tictactoe-sfml

TicTacToe game created using SFML.
https://github.com/coderosh/tictactoe-sfml

Last synced: 11 months ago
JSON representation

TicTacToe game created using SFML.

Awesome Lists containing this project

README

          




Two and single player Tic Tac Toe game made with SFML.


# Tic Tac Toe - SFML

> Assignment of Computer Graphics

## Requirements

- Download IDE or Compiler (I used [codeblocks](https://www.codeblocks.org/) with mingw)
- Setup [SFML](https://www.sfml-dev.org/tutorials/2.5/) for your IDE

## Download TicTacToe

[Download For Windows](https://github.com/coderosh/tictactoe-sfml/releases/download/1.0.0/TicTacToe-Windows-Setup.exe)


Screenshots

![Main Menu](https://coderosh.github.io/static-files/tictactoe-sfml/Main%20Menu.png)

![Winner](https://coderosh.github.io/static-files/tictactoe-sfml/Winner%20Screen.png)

![Difficulty](https://coderosh.github.io/static-files/tictactoe-sfml/Difficulty%20Screen.png)