apprentice workflow completed
[brisk.git] / doc / RULES.txt
1
2 FINISH REASON:
3
4     1) complete game   | 2) all pass       | 3) abandon because too less points
5  ----------------------+-------------------+----------------------------------------------
6     mult deps on win   | mult_inc()        | mult_inc()
7     calculate_points() | old_reason_set()  | old_reason_set()
8     game_next(1)       | game_next(1)      | game_next(0)
9     game_init()        | game_init()       | game_init()
10
11     set old_reason
12     mult++
13     game_next(1)
14     game_init()
15
16  3) 
17     mult++
18     set old_reason
19     game_next(0)
20     game_init()