
digraph {
  bgcolor="transparent"

  node [penwidth=0.5 fontsize="12" shape="box" style="filled" fontcolor="white" fontname="Courier New"]
  edge [penwidth=2 fontsize="10" color="#0A1931" arrowsize=0.8 fontname="Courier New"]

#########
# NODES #
#########
  id_f78965f4_9252_4494_8046_5346a18ebcc7 [id="id_f78965f4_9252_4494_8046_5346a18ebcc7#Begin" pos="0.0,10000.0!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="Begin" tooltip="Begin" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 
  id_85cb8d17_641b_4ac8_abac_439345e94de9 [id="id_85cb8d17_641b_4ac8_abac_439345e94de9#Declare" pos="0.0,9999.0625!" height=0.4 width=2.29 fixedsize=true group="fun-main"    label="player_position = 0" tooltip="player_position: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_72cfddfc_20cb_4e00_898e_23f390d24cc4 [id="id_72cfddfc_20cb_4e00_898e_23f390d24cc4#Declare" pos="0.0,9998.125!" height=0.4 width=2.0700000000000003 fixedsize=true group="fun-main"    label="win_position = 30" tooltip="win_position: Integer = 30" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [id="id_2f5c3884_a694_4ec1_92f0_3990eb39ab49#While" pos="0.0,9997.1875!" height=0.5 width=4.35 fixedsize=true group="fun-main" 
    label="while(player_position<win_position)" tooltip="while(player_position<win_position)" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [pos="2.5,9997.1875!" shape=point width=0]
  false_dummy_up_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [pos="-2.5,9997.1875!" shape=point width=0]
  
  
  
  true_dummy_down_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [pos="2.5,9996.354166666666!" shape=point width=0]
  true_dummy_down_left_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [pos="0.0,9996.354166666666!" shape=point width=0]
  false_dummy_down_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [pos="-2.5,9996.25!" shape=point width=0]
  end_dummy_down_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [pos="0.0,9996.25!" group="fun-main" shape=point width=0]
  
  
  id_014fb990_d18f_4a6c_9930_06ca74c32811 [id="id_014fb990_d18f_4a6c_9930_06ca74c32811#Declare" pos="0.0,9995.3125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="dice" tooltip="dice: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_0821bcd6_9c85_4cd4_9b2f_6ba3e067aa39 [id="id_0821bcd6_9c85_4cd4_9b2f_6ba3e067aa39#Input" pos="0.0,9994.375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="dice" tooltip="dice" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f6cae994_0458_42a1_af64_96740fa018ad [id="id_f6cae994_0458_42a1_af64_96740fa018ad#Assign" pos="0.0,9993.4375!" height=0.4 width=2.73 fixedsize=true group="fun-main"    label="player_position+ = dice" tooltip="player_position+ = dice" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_afea2881_65db_4898_82be_36c174564e30 [id="id_afea2881_65db_4898_82be_36c174564e30#Return" pos="0.0,9992.5!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="End" tooltip="End" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 

#########
# EDGES #
#########
  id_f78965f4_9252_4494_8046_5346a18ebcc7:s -> id_85cb8d17_641b_4ac8_abac_439345e94de9:n [id="id_f78965f4_9252_4494_8046_5346a18ebcc7@fun-main" tailtooltip=" " edgetooltip=" "]
  id_85cb8d17_641b_4ac8_abac_439345e94de9:s -> id_72cfddfc_20cb_4e00_898e_23f390d24cc4:n [id="id_85cb8d17_641b_4ac8_abac_439345e94de9@fun-main" tailtooltip=" " edgetooltip=" "]
  id_72cfddfc_20cb_4e00_898e_23f390d24cc4:s -> id_2f5c3884_a694_4ec1_92f0_3990eb39ab49:n [id="id_72cfddfc_20cb_4e00_898e_23f390d24cc4@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_2f5c3884_a694_4ec1_92f0_3990eb39ab49:e -> true_dummy_up_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [id="id_2f5c3884_a694_4ec1_92f0_3990eb39ab49@id_e08db53f_49dc_490d_bc3d_46dc5d12dde8" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 -> true_dummy_down_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49:n [id="id_2f5c3884_a694_4ec1_92f0_3990eb39ab49@id_e08db53f_49dc_490d_bc3d_46dc5d12dde8" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  
  
  true_dummy_down_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 -> true_dummy_down_left_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [id="id_2f5c3884_a694_4ec1_92f0_3990eb39ab49@id_e08db53f_49dc_490d_bc3d_46dc5d12dde8" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 -> id_2f5c3884_a694_4ec1_92f0_3990eb39ab49:s [id="id_2f5c3884_a694_4ec1_92f0_3990eb39ab49@id_e08db53f_49dc_490d_bc3d_46dc5d12dde8" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_2f5c3884_a694_4ec1_92f0_3990eb39ab49:w -> false_dummy_up_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [id="id_2f5c3884_a694_4ec1_92f0_3990eb39ab49@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 -> false_dummy_down_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [id="id_2f5c3884_a694_4ec1_92f0_3990eb39ab49@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 -> end_dummy_down_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 [id="id_2f5c3884_a694_4ec1_92f0_3990eb39ab49@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_2f5c3884_a694_4ec1_92f0_3990eb39ab49 -> id_014fb990_d18f_4a6c_9930_06ca74c32811 [id="id_2f5c3884_a694_4ec1_92f0_3990eb39ab49@fun-main" tailtooltip=" " edgetooltip=" "]
  
  
  id_014fb990_d18f_4a6c_9930_06ca74c32811:s -> id_0821bcd6_9c85_4cd4_9b2f_6ba3e067aa39:n [id="id_014fb990_d18f_4a6c_9930_06ca74c32811@fun-main" tailtooltip=" " edgetooltip=" "]
  id_0821bcd6_9c85_4cd4_9b2f_6ba3e067aa39:s -> id_f6cae994_0458_42a1_af64_96740fa018ad:n [id="id_0821bcd6_9c85_4cd4_9b2f_6ba3e067aa39@fun-main" tailtooltip=" " edgetooltip=" "]
  id_f6cae994_0458_42a1_af64_96740fa018ad:s -> id_afea2881_65db_4898_82be_36c174564e30:n [id="id_f6cae994_0458_42a1_af64_96740fa018ad@fun-main" tailtooltip=" " edgetooltip=" "]

}
