General Game Playing
| Problem 2.1 - Game Description |
Consider the game description shown below.
| 1. |
How many roles are there? |
|
|
| 2. |
How many propositions are there? |
|
|
| 3. |
How many feasible actions are there? |
|
|
| 4. |
How many actions are legal for white in the initial state? |
|
|
| 5. |
How many propositions are true in the initial state? |
|
|
| 6. |
How many propositions are true in the state that results from white performing action a and black performing action d in the initial state? |
|
|
| 7. |
What is the minimum number of steps this game can take to terminate? |
|
|
|