This website works better with JavaScript
Domů
Procházet
Přihlásit se
1ffy
/
Minimax.Connect4
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
76c8b3095e
Větve
Značky
main
Minimax.Conn...
/
FourInARow
/
Player.cs
Player.cs
80 B
Historie
Surový
1
2
3
4
5
6
7
8
namespace FourInARow;
public enum Player
{
None,
Player,
Computer
}