blob: 1aa06809b6caa5465b181276de7a3c775dc3c2ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Tic Tac Toe
Minimalistic Tic Tac Toe game, written in React.
For some reason, I've made the code as functional as I can make it
This game is hosted (here)[https://mikunonaka-tic-tac-toe.herokuapp.com/].
## Licence
Licenced under the GNU General Public Licence
GNU GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
Copyright (c) 2021 Vidhu Kant Sharma
|