Skip to content

This mini program plays 128 by itself, using minimax algorithm with alpha beta pruning and configurable independent player-generator intelligence level which adjusts how many future steps could be handled by both opponents.

Notifications You must be signed in to change notification settings

turkmavisi/128-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

128-Player

This mini program plays 128 by itself, using minimax algorithm with alpha beta pruning and configurable independent player-generator intelligence level which adjusts how many future steps could be handled by both opponents.

Program throws result.txt file so make sure that you have write permission in working directory if not copying the program to another folder then running may help. Play with intelligence levels and see differences. Higher than 10 could take a while. To see 128 on the board player intelligence may set over 15.

About

This mini program plays 128 by itself, using minimax algorithm with alpha beta pruning and configurable independent player-generator intelligence level which adjusts how many future steps could be handled by both opponents.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages