This website works better with JavaScript
Home
Esplora
Accedi
1ffy
/
Minimax.Connect4
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
76c8b3095e
Rami (Branch)
Tag
main
Minimax.Conn...
/
FourInARow
/
Player.cs
Player.cs
80 B
Cronologia
Originale
1
2
3
4
5
6
7
8
namespace FourInARow;
public enum Player
{
None,
Player,
Computer
}