Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiawei-Wu authored Dec 5, 2017
0 parents commit 0fbb7d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Intelligent-Game-Playing-Agent
# Implement Min-Max Algorithm with alpha-beta pruning to design an Intellient Game player.
# In a typical zero sum two player game, players are generally competing for a certain common resource, and their gain is a function of their share of the resource.
# Often players have other challenges such as satisfying other constraints on other personal resources such as time, energy or computational power in the course of the game. In this homework we will introduce
# The Fruit Rage!a game that captures the nature of a zero sum two player game with strict limitation on allocated time for reasoning

0 comments on commit 0fbb7d9

Please sign in to comment.