added lil_devil

This commit is contained in:
taxicomics
2024-04-26 20:56:46 +00:00
parent 65fa2622c6
commit 863835c851
3 changed files with 28 additions and 3 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ nr_of_games=300#int(input("How many games should be played?"))
#XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Put YOUR functions down below
#XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
function1=contenders.random_positive_leaner
function2=contenders.random_negative_leaner
function1=contenders.lil_devil
function2=contenders.lil_devil
for i in range(nr_of_games):
helper_functions.play_game( games,function1,function2,nr_of_rounds)