Dice Game
latest
Documentation:
Game Modules
Test Modules
Contents:
Kristianstad’s university
References
Dice Game
»
Index
Edit on GitHub
Index
A
|
C
|
D
|
E
|
G
|
H
|
I
|
M
|
O
|
P
|
R
|
S
|
T
|
W
A
act_easy() (app.intelligence.Intelligence method)
act_hard() (app.intelligence.Intelligence method)
act_normal() (app.intelligence.Intelligence method)
app.dice
module
app.game
module
app.highscore
module
app.histogram
module
app.intelligence
module
app.player
module
app.shell
module
C
change_name() (app.game.Game method)
change_score() (app.player.Player method)
cheat() (app.game.Game method)
cheat_decison() (app.intelligence.Intelligence method)
check_levels() (app.game.Game method)
computer_turn() (app.game.Game method)
console() (app.game.Game method)
create_player() (app.game.Game method)
D
default() (app.shell.Shell method)
Dice (class in app.dice)
do_cheat() (app.shell.Shell method)
do_end() (app.shell.Shell method)
do_exit() (app.shell.Shell method)
do_help() (app.shell.Shell method)
do_level() (app.shell.Shell method)
do_name() (app.shell.Shell method)
do_pass() (app.shell.Shell method)
do_q() (app.shell.Shell method)
do_roll() (app.shell.Shell method)
do_score() (app.shell.Shell method)
do_start() (app.shell.Shell method)
E
end_game() (app.game.Game method)
G
Game (class in app.game)
get_computer_controler() (app.game.Game method)
get_dice() (app.dice.Dice method)
get_face() (app.game.Game method)
get_game_status() (app.game.Game method)
get_inti_decision() (app.intelligence.Intelligence method)
get_name() (app.player.Player method)
get_path() (app.highscore.Highscore method)
get_playing_now() (app.game.Game method)
get_score() (app.player.Player method)
get_score_list() (app.player.Player method)
H
Highscore (class in app.highscore)
highscore() (app.game.Game method)
Histogram (class in app.histogram)
I
Intelligence (class in app.intelligence)
intro (app.shell.Shell attribute)
M
module
app.dice
app.game
app.highscore
app.histogram
app.intelligence
app.player
app.shell
test.test_dice
test.test_game
test.test_highscore
test.test_histogram
test.test_intelligence
test.test_player
O
orders (app.intelligence.Intelligence attribute)
P
Player (class in app.player)
print_asterisk() (app.histogram.Histogram static method)
print_histogram() (app.histogram.Histogram method)
print_out_dice() (app.game.Game static method)
print_score() (app.game.Game static method)
prompt (app.shell.Shell attribute)
R
reaction (app.player.Player attribute)
read_file() (app.highscore.Highscore static method)
roll() (app.game.Game method)
roll_dice() (app.dice.Dice method)
S
set_computer_controler() (app.game.Game method)
set_face() (app.game.Game method)
set_game_status() (app.game.Game method)
set_level() (app.player.Player method)
set_name() (app.player.Player method)
set_playing_now() (app.game.Game method)
set_score_list() (app.player.Player method)
setUp() (test.test_dice.TestDiceClass method)
(test.test_game.TestGameClass method)
(test.test_highscore.TestHigscore method)
(test.test_intelligence.TestIntelligenceClass method)
(test.test_player.TestPlayer method)
Shell (class in app.shell)
still_going (app.game.Game attribute)
switcher() (app.game.Game method)
T
test.test_dice
module
test.test_game
module
test.test_highscore
module
test.test_histogram
module
test.test_intelligence
module
test.test_player
module
test_act_easy() (test.test_intelligence.TestIntelligenceClass method)
test_act_hard() (test.test_intelligence.TestIntelligenceClass method)
test_act_hard_calls_easy() (test.test_intelligence.TestIntelligenceClass method)
test_act_normal() (test.test_intelligence.TestIntelligenceClass method)
test_chane_score() (test.test_player.TestPlayer method)
test_change_name() (test.test_game.TestGameClass method)
test_cheat() (test.test_game.TestGameClass method)
test_cheat_decision() (test.test_intelligence.TestIntelligenceClass method)
test_check_levels() (test.test_game.TestGameClass method)
test_computer_turn_calls_switcher() (test.test_game.TestGameClass method)
test_console() (test.test_game.TestGameClass method)
test_console1() (test.test_game.TestGameClass method)
test_console2() (test.test_game.TestGameClass method)
test_console_returns_false() (test.test_game.TestGameClass method)
test_create_player() (test.test_game.TestGameClass method)
test_create_player1() (test.test_game.TestGameClass method)
test_create_player2() (test.test_game.TestGameClass method)
test_end_game() (test.test_game.TestGameClass method)
test_get_computer_controler() (test.test_game.TestGameClass method)
test_get_dice() (test.test_dice.TestDiceClass method)
test_get_game_status() (test.test_game.TestGameClass method)
test_get_inti_decision_hard() (test.test_intelligence.TestIntelligenceClass method)
test_get_inti_decision_normal() (test.test_intelligence.TestIntelligenceClass method)
test_get_path() (test.test_highscore.TestHigscore method)
test_get_playing_now() (test.test_game.TestGameClass method)
test_get_score_list() (test.test_player.TestPlayer method)
test_init() (test.test_dice.TestDiceClass method)
test_print_asterisk() (test.test_histogram.TestHistogram method)
test_print_histogram() (test.test_histogram.TestHistogram method)
test_print_out_dice() (test.test_game.TestGameClass method)
test_print_score() (test.test_game.TestGameClass method)
test_roll() (test.test_game.TestGameClass method)
test_roll_dice() (test.test_dice.TestDiceClass method)
test_set_cmputer_controler() (test.test_game.TestGameClass method)
test_set_face() (test.test_game.TestGameClass method)
test_set_name() (test.test_player.TestPlayer method)
test_set_score_list() (test.test_player.TestPlayer method)
test_switch_between_humans() (test.test_game.TestGameClass method)
test_switch_human_calling() (test.test_game.TestGameClass method)
test_switch_with_computer() (test.test_game.TestGameClass method)
test_switch_with_computer_calling() (test.test_game.TestGameClass method)
test_write_file() (test.test_highscore.TestHigscore method)
TestDiceClass (class in test.test_dice)
TestGameClass (class in test.test_game)
TestHigscore (class in test.test_highscore)
TestHistogram (class in test.test_histogram)
TestIntelligenceClass (class in test.test_intelligence)
TestPlayer (class in test.test_player)
W
win_pig (app.game.Game attribute)
write_file() (app.highscore.Highscore method)