Skip to content

mchetelat/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pawn Chess

Since pawn chess is a competitive game and the players have perfect informatione as well as the game states are simple for representation (discrete), I implemented a Minimax algorithm. While simulating the game for each step to a certain level, the moves are awarded a score depending on how this move influences the outcome.

In my solution I have not considered the probability that the current player of a move can play again. First I had no clue what strategy one should apply for a certain probability value. Second I ran out of time for implementing a solution.

I did not consider measuring time in my solution either, since my algorithm should end before time is up for sure. If evalution is done on a similar or better machine (what I hope so).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages