AI improvement todos

main
Benjamin Kraft 1 year ago
parent b1854f75d5
commit c562bc41ce
  1. 9
      Assets/Scripts/Game/Player.cs

@ -65,6 +65,15 @@ namespace Game {
} }
public class AIPlayer : Player { public class AIPlayer : Player {
/*
* Possible optimizations:
*
* - Move to center when idle
* - Ignore impossible balls
* - Try to hit ball with edge
*/
public enum EDifficulty { public enum EDifficulty {
VeryEasy, Easy, Medium, Hard, VeryHard VeryEasy, Easy, Medium, Hard, VeryHard
} }

Loading…
Cancel
Save