Skip to content

vladfatu/Air-Tactics-AI-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Air-Tactics-AI-Tester

  • different AI strategies for Air Tactics are tested here

AI algorithms:

RandomAI ~ 76 moves

  • shoots randomly on the board

SimpleAI ~ 75 moves

  • the same as RandomAI but avoids the corners

SmartRandomAI ~ 67 moves

  • generates an initial probability matrix with each value representing the number of planes that can have their head on that tile

0 1 1 1 1 1 1 1 1 0
1 2 2 3 3 3 3 2 2 1
1 2 2 3 3 3 3 2 2 1
1 3 3 4 4 4 4 3 3 1
1 3 3 4 4 4 4 3 3 1
1 3 3 4 4 4 4 3 3 1
1 3 3 4 4 4 4 3 3 1
1 2 2 3 3 3 3 2 2 1
1 2 2 3 3 3 3 2 2 1
0 1 1 1 1 1 1 1 1 0

SmartAI ~ 21 moves

About

- different AI strategies for Air Tactics are tested here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages