Aggiunta licenza

Aggiunta la licenza.
This commit is contained in:
Rnhmjoj 2012-11-17 01:08:37 +01:00
parent 01bc3116bb
commit b8ae67f100

17
license.txt Normal file
View File

@ -0,0 +1,17 @@
* Tris in stile C
*
* Gioco del tris in C.
* Include due modalità di gioco: 2 giocatori e giocatore
* singolo contro il computer(3 difficoltà a scelta basate
* sulla profondità dell'algoritmo minimax).
*
* Richiede un terminale con supporto alle sequenze di
* escape ANSI. Per windows è possible usare ANSIcon:
* https://github.com/adoxa/ansicon
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* @author Michele Guerini Rocco aka Rnhmjoj
* @since 2011