ai.go 90 B

1234567
  1. package game
  2. import "fmt"
  3. func (game *Game) initAI() {
  4. fmt.Println("AI Initialized")
  5. }