Add AI Controller

This commit is contained in:
2019-10-04 21:28:32 +02:00
parent db9116cfdc
commit 7ac7e4fa89
6 changed files with 1029 additions and 19 deletions

View File

@@ -45,8 +45,8 @@ public class GameManager : MonoBehaviour
// Update is called once per frame
void Update()
{
Debug.Log("Calculating matrix: Vector(" + Time.deltaTime * Random.Range(12, 123) + ")");
Debug.Log("Hacking pentagon: in pr0gress...");
//Debug.Log("Calculating matrix: Vector(" + Time.deltaTime * Random.Range(12, 123) + ")");
//Debug.Log("Hacking pentagon: in pr0gress...");
this.scoreLabel.text = "Score: " + this.scorePlayer1 + " : " + this.scorePlayer2;
if (this.scorePlayer1 >= maxGoals)